Skip to content

Commit

Permalink
Change indentation style of mce-sensorfw.h
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Aug 25, 2014
1 parent 815e5ca commit 5794aee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -548,6 +548,8 @@ NORMALIZE_USES_SPC =\
mce-hybris.c\
mce-hybris.h\
mce-modules.h\
mce-sensorfw.c\
mce-sensorfw.h\
modetransition.h\
modules/audiorouting.c\
modules/battery-upower.c\
Expand Down Expand Up @@ -595,8 +597,6 @@ NORMALIZE_USES_TAB =\
mce-log.c\
mce-log.h\
mce-modules.c\
mce-sensorfw.c\
mce-sensorfw.h\
mce.c\
mce.h\
median_filter.c\
Expand Down
16 changes: 8 additions & 8 deletions mce-sensorfw.h
Expand Up @@ -28,13 +28,13 @@ void mce_sensorfw_ps_disable(void);
/** These must match with what sensorfw uses */
typedef enum
{
MCE_ORIENTATION_UNDEFINED = 0, /**< Orientation is unknown. */
MCE_ORIENTATION_LEFT_UP = 1, /**< Device left side is up */
MCE_ORIENTATION_RIGHT_UP = 2, /**< Device right side is up */
MCE_ORIENTATION_BOTTOM_UP = 3, /**< Device bottom is up */
MCE_ORIENTATION_BOTTOM_DOWN = 4, /**< Device bottom is down */
MCE_ORIENTATION_FACE_DOWN = 5, /**< Device face is down */
MCE_ORIENTATION_FACE_UP = 6, /**< Device face is up */
MCE_ORIENTATION_UNDEFINED = 0, /**< Orientation is unknown. */
MCE_ORIENTATION_LEFT_UP = 1, /**< Device left side is up */
MCE_ORIENTATION_RIGHT_UP = 2, /**< Device right side is up */
MCE_ORIENTATION_BOTTOM_UP = 3, /**< Device bottom is up */
MCE_ORIENTATION_BOTTOM_DOWN = 4, /**< Device bottom is down */
MCE_ORIENTATION_FACE_DOWN = 5, /**< Device face is down */
MCE_ORIENTATION_FACE_UP = 6, /**< Device face is up */
} orientation_state_t;

void mce_sensorfw_orient_set_notify(void (*cb)(int state));
Expand All @@ -43,6 +43,6 @@ void mce_sensorfw_orient_disable(void);

# ifdef __cplusplus
};
#endif
# endif

#endif /* MCE_SENSORFW_H_ */

0 comments on commit 5794aee

Please sign in to comment.