Staging: android: timed_gpio: Removed spaces before tabs
[linux-2.6-microblaze.git] / drivers / staging / android / timed_gpio.h
index a0e15f8..d29e169 100644 (file)
 
 struct timed_gpio {
        const char *name;
-       unsigned        gpio;
+       unsigned        gpio;
        int             max_timeout;
-       u8              active_low;
+       u8              active_low;
 };
 
 struct timed_gpio_platform_data {
-       int             num_gpios;
+       int             num_gpios;
        struct timed_gpio *gpios;
 };