package/kernel/leds-apu2: fix whitespaces
[openwrt/staging/jow.git] / package / kernel / leds-apu2 / src / leds-apu2.c
index 0a60df1bc302e153ba4367100fa7e700170acaae..c7764b4000477423cfd79028780680c38bcd6407 100644 (file)
@@ -228,21 +228,21 @@ static struct platform_driver gpio_apu2_driver = {
 };
 
 static struct gpio_led apu2_leds_gpio[] = {
-        {
-                .name           = "apu2:green:power",
-                .gpio           = 509,
-                .active_low     = 1,
-        },
-        {
-                .name           = "apu2:green:led2",
-                .gpio           = 510,
-                .active_low     = 1,
-        },
-        {
-                .name           = "apu2:green:led3",
-                .gpio           = 511,
-                .active_low     = 1,
-        },
+       {
+               .name           = "apu2:green:power",
+               .gpio           = 509,
+               .active_low     = 1,
+       },
+       {
+               .name           = "apu2:green:led2",
+               .gpio           = 510,
+               .active_low     = 1,
+       },
+       {
+               .name           = "apu2:green:led3",
+               .gpio           = 511,
+               .active_low     = 1,
+       },
 };
 
 static struct gpio_keys_button apu2_gpio_keys[] = {