Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / modules / tizen / Filesystem / Path.cpp
index 31edceb..9aa1197 100644 (file)
@@ -26,7 +26,6 @@
 
 namespace WrtDeviceApis {
 namespace Filesystem {
-
 using namespace Api;
 
 const Path::SeparatorType Path::m_pathSeparator = '/';
@@ -86,8 +85,7 @@ IPathPtr Path::clone() const
 }
 
 Path::Path()
-{
-}
+{}
 
 void Path::reset(const std::string& str)
 {
@@ -113,6 +111,5 @@ void Path::reset(const std::string& str)
         m_fullPath += m_name;
     }
 }
-
 } // Filesystem
 } // WrtDeviceApis