merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / tizen / Filesystem / Utils.h
index a094dad..2b1eeb3 100644 (file)
 
 namespace WrtDeviceApis {
 namespace Filesystem {
-
 bool nodeExists(const std::string& path);
 
 void makePath(const std::string& path, mode_t mode);
-
 }
 }