From 4a0e8e43bf899e60293d966d67653b3d1139bc84 Mon Sep 17 00:00:00 2001 From: Carlos Corbacho Date: Sat, 13 Oct 2007 00:49:44 +0100 Subject: [PATCH] acer_acpi: Minor white space fixes --- acer_acpi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acer_acpi.c b/acer_acpi.c index b7a6324..7a1aa4f 100644 --- a/acer_acpi.c +++ b/acer_acpi.c @@ -281,7 +281,7 @@ struct Interface { * Initializes an interface, should allocate the interface-specific * data */ - void (*init) (struct Interface*); + void (*init) (struct Interface *); /* * Interface-specific private data member. Must *not* be touched by @@ -1028,7 +1028,6 @@ static acpi_status set_bool(int value, u32 cap) { } } return status; - } static acpi_status get_u8(u8 *value, u32 cap) { -- 2.11.4.GIT