From 230f3167b70b5d73b3d9c0c650c9a654c06ccb51 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 21 Jul 2009 20:26:53 +0200 Subject: Add modelines and retab! all files --- src/get_battery_info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/get_battery_info.c') diff --git a/src/get_battery_info.c b/src/get_battery_info.c index b81eb8e..707afde 100644 --- a/src/get_battery_info.c +++ b/src/get_battery_info.c @@ -1,3 +1,4 @@ +// vim:ts=8:expandtab #include #include #include @@ -19,7 +20,7 @@ const char *get_battery_info(struct battery *bat) { present_rate = -1; charging_status_t status = CS_DISCHARGING; - slurp(bat->path, buf, sizeof(buf)); + slurp(bat->path, buf, sizeof(buf)); for (walk = buf, last = buf; (walk-buf) < 1024; walk++) { if (*walk == '\n') { -- cgit v1.2.3