Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / EventMove.cpp
index 2f4f652..0164856 100644 (file)
@@ -19,7 +19,6 @@
 namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
-
 EventMove::EventMove(const IPathPtr& src,
                      const IPathPtr& dest) :
     m_src(src),
@@ -59,7 +58,6 @@ void EventMove::setOptions(int options)
 {
     m_options = options;
 }
-
 } // API
 } // Filesystem
 } // WrtDeviceApis