merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / PathUtils.h
index d5fecfc..40642f3 100644 (file)
@@ -27,7 +27,6 @@ namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
 namespace PathUtils {
-
 typedef std::vector<IPathPtr> PathList;
 typedef PathList::iterator PathListIterator;
 
@@ -38,7 +37,6 @@ typedef PathList::iterator PathListIterator;
  * @return List of paths.
  */
 PathList getParts(const IPathPtr& path);
-
 } // PathUtils
 } // API
 } // Filesystem