summaryrefslogtreecommitdiff
path: root/common/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/battery.c')
-rw-r--r--common/battery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/battery.c b/common/battery.c
index a8ece1d796..8794027562 100644
--- a/common/battery.c
+++ b/common/battery.c
@@ -34,8 +34,8 @@ static int check_print_error(int rv)
static void print_battery_status(void)
{
static const char * const st[] = {"EMPTY", "FULL", "DCHG", "INIT",};
- static const char * const al[] =
- {"RT", "RC", "--", "TD", "OT", "--", "TC", "OC"};
+ static const char * const al[] = {"RT", "RC", "--", "TD",
+ "OT", "--", "TC", "OC"};
int value, i;