Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / Commons / JSObject.h
index a5ef354..d52f5a8 100644 (file)
@@ -41,8 +41,7 @@ class JSObject : private DPL::Noncopyable
     virtual RealObject getObject() const;
 
     virtual ~JSObject()
-    {
-    }
+    {}
 
   private:
     RealObject m_object;