From 2604f25b16593ce73ac38982d5a227609b930e9e Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Fri, 18 May 2018 15:32:15 +0200 Subject: Fix indentation Tabs for indentation, spaces for alignment --- components/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/battery.c') diff --git a/components/battery.c b/components/battery.c index 152777e..53d94b5 100644 --- a/components/battery.c +++ b/components/battery.c @@ -122,7 +122,7 @@ if (load_apm_power_info(&apm_info)) { return bprintf("%u:%02u", apm_info.minutes_left / 60, - apm_info.minutes_left % 60); + apm_info.minutes_left % 60); } return NULL; -- cgit v1.2.3