Fix indentation
Tabs for indentation, spaces for alignment
This commit is contained in:
parent
8c8326f793
commit
2604f25b16
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue