summaryrefslogtreecommitdiffstats
path: root/unsupported/Battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Battery.c')
-rw-r--r--unsupported/Battery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/Battery.c b/unsupported/Battery.c
index 6d6e94bd..080cf540 100644
--- a/unsupported/Battery.c
+++ b/unsupported/Battery.c
@@ -5,4 +5,3 @@ void Battery_getData(double* level, ACPresence* isOnAC) {
*level = -1;
*isOnAC = AC_ERROR;
}
-