summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAaron Marcher <me@drkhsh.at>2018-05-18 15:32:15 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-18 15:32:15 +0200
commit2604f25b16593ce73ac38982d5a227609b930e9e (patch)
tree0fb317a8d4d05663fe0960e16a53a0f2cc3397fa /components
parent8c8326f793549dcc685f0e4ec3e29f1f3790d6d8 (diff)
Fix indentation
Tabs for indentation, spaces for alignment
Diffstat (limited to 'components')
-rw-r--r--components/battery.c2
1 files changed, 1 insertions, 1 deletions
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;