Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
To match what the rest of the mce.h uses.
  • Loading branch information
spiiroin committed Jan 29, 2015
1 parent e774e27 commit 7b00a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mce.h
Expand Up @@ -302,9 +302,9 @@ typedef enum {

/** D-Bus service availability */
typedef enum {
SERVICE_STATE_UNDEF = -1,
SERVICE_STATE_STOPPED = 0,
SERVICE_STATE_RUNNING = 1,
SERVICE_STATE_UNDEF = -1,
SERVICE_STATE_STOPPED = 0,
SERVICE_STATE_RUNNING = 1,
} service_state_t;

const char *service_state_repr(service_state_t state);
Expand Down

0 comments on commit 7b00a3c

Please sign in to comment.