merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / EventRemove.h
index 51ee50e..be3aecd 100644 (file)
@@ -24,7 +24,6 @@
 namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
-
 class EventRemove : public Commons::IEvent<EventRemove>
 {
   public:
@@ -55,11 +54,11 @@ class EventRemove : public Commons::IEvent<EventRemove>
 
   private:
     IPathPtr m_path; ///< Source path.
-    int m_options;  ///< Options for remove action @see WrtDeviceApis::Api::Filesystem::Options.
+    int m_options;  ///< Options for remove action @see
+                    // WrtDeviceApis::Api::Filesystem::Options.
 };
 
 typedef DPL::SharedPtr<EventRemove> EventRemovePtr;
-
 } // API
 } // Filesystem
 } // WrtDeviceApis