From f83c6856be291f6986d3b18203c0f44cc9438ff0 Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Sun, 14 May 2017 04:24:52 +0900 Subject: Fix code style of power.h - softtab to hardtab - missing semicolon --- include/user/power.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/user/power.h b/include/user/power.h index dc2a928..02ba7ff 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -8,14 +8,15 @@ extern "C" { #endif -enum{ - /*indicates the unit is suspending, seems to occur due to inactivity*/ - SCE_POWER_CB_SUSPENDING = 0x00010000, - /*indicates the unit is resuming from suspend mode*/ - SCE_POWER_CB_RESUMING = 0x00020000, - /*indicates the unit has finish resuming from suspend mode*/ - SCE_POWER_CB_RESUME_COMPLETE = 0x00040000 -} +enum { + /*indicates the unit is suspending, seems to occur due to inactivity*/ + SCE_POWER_CB_SUSPENDING = 0x00010000, + /*indicates the unit is resuming from suspend mode*/ + SCE_POWER_CB_RESUMING = 0x00020000, + /*indicates the unit has finish resuming from suspend mode*/ + SCE_POWER_CB_RESUME_COMPLETE = 0x00040000 +}; + /* Callbacks */ /** Callback function prototype */ -- cgit v1.2.3