Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / Commons / RegexUtils.h
index e4bc94f..a06e1cd 100644 (file)
@@ -20,7 +20,6 @@
 
 namespace WrtDeviceApis {
 namespace Commons {
-
 /**
  * Adds ^ character at the beginning in proper way
  * @param value Regexp pattern
@@ -66,7 +65,6 @@ std::string prepareAsterisk(const std::string& str);
  * @return String with regex special characters escaped.
  */
 std::string escape(const std::string& str);
-
 }
 } // WrtDeviceApisCommon