Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / renderer_host / pepper / pepper_platform_verification_message_filter.cc
index 1cd07f7..48e253d 100644 (file)
@@ -43,9 +43,8 @@ int32_t PepperPlatformVerificationMessageFilter::OnResourceMessageReceived(
   DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
 
   IPC_BEGIN_MESSAGE_MAP(PepperPlatformVerificationMessageFilter, msg)
-    PPAPI_DISPATCH_HOST_RESOURCE_CALL(
-        PpapiHostMsg_PlatformVerification_ChallengePlatform,
-        OnChallengePlatform)
+  PPAPI_DISPATCH_HOST_RESOURCE_CALL(
+      PpapiHostMsg_PlatformVerification_ChallengePlatform, OnChallengePlatform)
   IPC_END_MESSAGE_MAP()
 
   return PP_ERROR_FAILED;