merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / Filesystem / EventFind.h
index 531ff2e..47d6e50 100644 (file)
@@ -26,7 +26,6 @@
 namespace WrtDeviceApis {
 namespace Filesystem {
 namespace Api {
-
 class EventFind : public Commons::IEvent<EventFind>
 {
   public:
@@ -67,7 +66,7 @@ class EventFind : public Commons::IEvent<EventFind>
      * @param value Filter value.
      */
     void addFilter(FindFilter name,
-            const std::string& value);
+                   const std::string& value);
 
     /**
      * Gets all filters.
@@ -82,7 +81,6 @@ class EventFind : public Commons::IEvent<EventFind>
 };
 
 typedef DPL::SharedPtr<EventFind> EventFindPtr;
-
 } // API
 } // Filesystem
 } // WrtDeviceApis