merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / PathUtils.cpp
index cdb0695..e2ac7de 100644 (file)
@@ -24,7 +24,6 @@ namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
 namespace PathUtils {
-
 PathList getParts(const IPathPtr& path)
 {
     PathList result;
@@ -36,7 +35,6 @@ PathList getParts(const IPathPtr& path)
     }
     return result;
 }
-
 } // PathUtils
 } // API
 } // Filesystem