merge with master
[framework/web/wrt-plugins-common.git] / src / plugin-loading / plugin_logic.h
index e524ec0..10bcb08 100644 (file)
@@ -38,7 +38,6 @@
 
 using namespace WrtPlugins::W3C;
 
-
 class PluginLogic : DPL::Noncopyable
 {
   public:
@@ -74,11 +73,12 @@ class PluginLogic : DPL::Noncopyable
                              const char* encodedBundle,
                              const char* theme);
 
-    WRT_PLUGINS_DEPRECATED void dispatchJavaScriptEvent(CustomEventType eventType);
+    WRT_PLUGINS_DEPRECATED void dispatchJavaScriptEvent(
+        CustomEventType eventType);
 
     void dispatchJavaScriptEvent(JSGlobalContextRef ctx,
-                                CustomEventType eventType,
-                                void* data);
+                                 CustomEventType eventType,
+                                 void* data);
 
   private:
     PluginLogic();