Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / Geolocation / IGeolocation.h
index 4da7a31..67f250e 100644 (file)
@@ -66,9 +66,9 @@ class IGeolocation :
      * @exception Commons::PlatformException when platform error occurs
      */
     virtual long watchPosition(const EventPositionChangedEmitterPtr& emitter,
-            long timeout,
-            long maximumAge,
-            bool highAccuracy) = 0;
+                               long timeout,
+                               long maximumAge,
+                               bool highAccuracy) = 0;
 
     /**
      * Stopping periodic location updates started with watchPosition
@@ -81,7 +81,8 @@ class IGeolocation :
      * Choses location method
      * @param method A location method
      * @exception Commons::PlatformException when platform error occurs
-     * @remarks does nothing when executed with the same method as currently used
+     * @remarks does nothing when executed with the same method as currently
+     * used
      */
     virtual void changeLocationMethod(ApiLocationMethod method) = 0;