From: Antonio Ospite Date: Sat, 28 Nov 2009 11:55:51 +0000 (+0100) Subject: leds: leds-pca9532.h- indent with tabs, not spaces X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9695fff8f84d7ab849139750036e443b85804edd;p=linux-beck.git leds: leds-pca9532.h- indent with tabs, not spaces Signed-off-by: Antonio Ospite Signed-off-by: Richard Purdie --- diff --git a/include/linux/leds-pca9532.h b/include/linux/leds-pca9532.h index 96eea90f01a8..f158eb1149aa 100644 --- a/include/linux/leds-pca9532.h +++ b/include/linux/leds-pca9532.h @@ -32,7 +32,7 @@ struct pca9532_led { struct i2c_client *client; char *name; struct led_classdev ldev; - struct work_struct work; + struct work_struct work; enum pca9532_type type; enum pca9532_state state; };