merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / EventRemove.cpp
index 42352da..6be8f41 100644 (file)
@@ -19,7 +19,6 @@
 namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
-
 EventRemove::EventRemove(const IPathPtr& path) :
     m_path(path),
     m_options(OPT_NONE)
@@ -41,7 +40,6 @@ void EventRemove::setOptions(int options)
 {
     m_options = options;
 }
-
 } // API
 } // Filesystem
 } // WrtDeviceApis