merge with master
[framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / Device / IClamshell.h
index 232df18..8abba64 100644 (file)
@@ -38,7 +38,7 @@ class IClamshell : private DPL::Noncopyable
      * @throw PlatformException If error in platform occurs.
      */
     virtual void addOnStateChange(
-            const EventClamshellStateChangeEmitterPtr& emitter) = 0;
+        const EventClamshellStateChangeEmitterPtr& emitter) = 0;
 
     /**
      * Removes on change state emitter.
@@ -47,7 +47,7 @@ class IClamshell : private DPL::Noncopyable
      * @throw PlatformException If error in platform occurs.
      */
     virtual void removeOnStateChange(
-            EventClamshellStateChangeEmitter::IdType id) = 0;
+        EventClamshellStateChangeEmitter::IdType id) = 0;
 };
 } // Device
 } // Api