summaryrefslogtreecommitdiffstats
path: root/BatteryMeter.c
diff options
context:
space:
mode:
authorDaniel Flanagan <daniel@lytedev.io>2019-10-31 11:39:12 -0500
committerDaniel Flanagan <daniel@lytedev.io>2019-10-31 11:39:12 -0500
commitdd33444f7eace81115308eadb568020470c48b2b (patch)
treeb13c2a7f17cc64458016d396829e95ef5cea9294 /BatteryMeter.c
parent28840683cfc5d48307b9b0f382f55f8c84d6a0c4 (diff)
Clean up existing whitespace
Diffstat (limited to 'BatteryMeter.c')
-rw-r--r--BatteryMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BatteryMeter.c b/BatteryMeter.c
index 214248e2..716b7750 100644
--- a/BatteryMeter.c
+++ b/BatteryMeter.c
@@ -35,7 +35,7 @@ int BatteryMeter_attributes[] = {
static void BatteryMeter_updateValues(Meter * this, char *buffer, int len) {
ACPresence isOnAC;
double percent;
-
+
Battery_getData(&percent, &isOnAC);
if (percent == -1) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy