aboutsummaryrefslogtreecommitdiff
path: root/toys/other/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/acpi.c')
-rw-r--r--toys/other/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/other/acpi.c b/toys/other/acpi.c
index bca53814..2f856c8d 100644
--- a/toys/other/acpi.c
+++ b/toys/other/acpi.c
@@ -140,5 +140,4 @@ void acpi_main(void)
dirtree_read("/sys/class/power_supply", acpi_callback);
if (toys.optflags & FLAG_t) dirtree_read("/sys/class", temp_callback);
if (toys.optflags & FLAG_c) dirtree_read("/sys/class/thermal", cool_callback);
-
}