merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / EventResolve.cpp
index 61f0971..2473795 100644 (file)
 namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
-
 EventResolve::EventResolve(const IPathPtr& path) : m_path(path)
-{
-}
+{}
 
 IPathPtr EventResolve::getPath() const
 {
@@ -37,7 +35,6 @@ void EventResolve::setResult(const INodePtr& node)
 {
     m_node = node;
 }
-
 } // API
 } // Filesystem
 } // WrtDeviceApis