merge with master
[platform/framework/web/wrt-plugins-common.git] / src / standards / W3C / Widget / JSPreferences.h
index c91d4c5..b86bae8 100644 (file)
@@ -30,8 +30,7 @@
 
 namespace WrtPlugins {
 namespace W3C {
-
-struct LocalStoragePrivateData{
+struct LocalStoragePrivateData {
     WrtDeviceApis::LocalStorage::Api::ILocalStoragePtr istorage;
     //parent
     JSObjectRef widgetObject;
@@ -39,18 +38,18 @@ struct LocalStoragePrivateData{
 
 class JSPreferences
 {
-public:
+  public:
     /**
      * This method initializes this in the JS Engine.
      */
-    static const JSClassRef getClassRef();
+    static JSClassRef getClassRef();
 
     /**
      * Gets object's class description.
      */
     static const JSClassDefinition* getClassInfo();
 
-private:
+  private:
     /**
      * The callback invoked when an object is first created.
      */
@@ -121,7 +120,6 @@ private:
                             JSStringRef propertyName,
                             JSValueRef value,
                             JSValueRef* exception);
-
 };
 }
 }