staging: android: switch: minor code formatting cleanups
[pandora-kernel.git] / drivers / staging / android / switch / switch.h
index 3e4c748..4fcb310 100644 (file)
@@ -30,7 +30,7 @@ struct switch_dev {
 
 struct gpio_switch_platform_data {
        const char *name;
-       unsigned        gpio;
+       unsigned        gpio;
 
        /* if NULL, switch_dev.name will be printed */
        const char *name_on;