Coding rule: fix coding rule violation
[platform/core/api/device.git] / include / battery.h
index 07e961c..f6c1d2c 100755 (executable)
@@ -39,11 +39,11 @@ extern "C" {
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 typedef enum {
-    DEVICE_BATTERY_LEVEL_EMPTY = 0, /**< The battery goes empty. Prepare for the safe termination of the application, because the device starts a shutdown process soon after entering this level. */
-    DEVICE_BATTERY_LEVEL_CRITICAL, /**< The battery charge is at a critical state. You may have to stop using multimedia features, because they are not guaranteed to work correctly at this battery status. */
-    DEVICE_BATTERY_LEVEL_LOW, /**< The battery has little charge left. */
-    DEVICE_BATTERY_LEVEL_HIGH, /**< The battery status is not to be careful. */
-    DEVICE_BATTERY_LEVEL_FULL, /**< The battery status is fully charged. It means no more charge. */
+       DEVICE_BATTERY_LEVEL_EMPTY = 0, /**< The battery goes empty. Prepare for the safe termination of the application, because the device starts a shutdown process soon after entering this level. */
+       DEVICE_BATTERY_LEVEL_CRITICAL, /**< The battery charge is at a critical state. You may have to stop using multimedia features, because they are not guaranteed to work correctly at this battery status. */
+       DEVICE_BATTERY_LEVEL_LOW, /**< The battery has little charge left. */
+       DEVICE_BATTERY_LEVEL_HIGH, /**< The battery status is not to be careful. */
+       DEVICE_BATTERY_LEVEL_FULL, /**< The battery status is fully charged. It means no more charge. */
 } device_battery_level_e;