Coding rule: fix coding rule violation
[platform/core/api/device.git] / include / power.h
index 28bfbe4..d0731fe 100755 (executable)
@@ -53,9 +53,9 @@ extern "C" {
  * @remarks You cannot combine with an enum below.
  */
 typedef enum {
-    POWER_LOCK_CPU, /**< CPU lock */
-    POWER_LOCK_DISPLAY, /**< Display normal lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
-    POWER_LOCK_DISPLAY_DIM, /**< Display dim lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
+       POWER_LOCK_CPU, /**< CPU lock */
+       POWER_LOCK_DISPLAY, /**< Display normal lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
+       POWER_LOCK_DISPLAY_DIM, /**< Display dim lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
 } power_lock_e;