merge with master
[platform/framework/web/wrt-plugins-common.git] / src / CommonsJavaScript / DOMExceptionData.h
index fee0e86..b6cd760 100644 (file)
 
 namespace WrtDeviceApis {
 namespace CommonsJavaScript {
-
 class DOMExceptionData
 {
   public:
     explicit DOMExceptionData(int code,
-            const std::string& message = std::string());
+                              const std::string& message = std::string());
 
     int getCode() const;
     std::string getMessage() const;
@@ -37,7 +36,6 @@ class DOMExceptionData
 };
 
 typedef DPL::SharedPtr<DOMExceptionData> DOMExceptionDataPtr;
-
 } // CommonsJavaScript
 } // WrtDeviceApis