Fix indentation

Tabs for indentation, spaces for alignment
This commit is contained in:
Aaron Marcher
2018-05-18 15:32:15 +02:00
parent 8c8326f793
commit 2604f25b16
2 changed files with 3 additions and 3 deletions

View File

@ -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;