Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / js-overlay / js_overlay_types.h
index c913f62..e47634f 100644 (file)
@@ -28,7 +28,6 @@
 
 namespace WrtPlugins {
 namespace W3C {
-
 // If needed, enum for new custom event should be defined here
 enum CustomEventType {
     StorageCustomEvent,
@@ -41,15 +40,13 @@ typedef struct SoftKeyboardChangeArgs {
     std::string state; // value is 'on' or 'off'
     int width;
     int height;
-    SoftKeyboardChangeArgs():
+    SoftKeyboardChangeArgs() :
         width(0),
         height(0)
-    {
-    }
+    {}
 } SoftKeyboardChangeArgs;
 
 // If needed, argument structure of other custom events should be defined here
-
 } // W3C
 } // WrtPlugins
 #endif // _WRT_PLUGINS_JS_OVERLAY_TYPES_H_