Coding rule: fix coding rule violation
[platform/core/api/device.git] / include / display.h
index 6dc41c2..2b42674 100755 (executable)
@@ -123,11 +123,10 @@ int device_display_set_brightness(int display_index, int brightness);
  * @brief Enumeration for the available display states.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
-typedef enum
-{
-    DISPLAY_STATE_NORMAL, /**< Normal state */
-    DISPLAY_STATE_SCREEN_DIM, /**< @if TV @internal @endif Screen dim state */
-    DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */
+typedef enum {
+       DISPLAY_STATE_NORMAL, /**< Normal state */
+       DISPLAY_STATE_SCREEN_DIM, /**< @if TV @internal @endif Screen dim state */
+       DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */
 } display_state_e;