From 8ceb2dec8b7233385c1b2983c907592c46a48bd8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Jan 2017 17:40:55 -0600 Subject: Whitespace. --- toys/other/acpi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toys/other') 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); - } -- cgit v1.2.3