Skip to content

Commit

Permalink
leds: leds-pca9532.h- indent with tabs, not spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
  • Loading branch information
Antonio Ospite authored and rpurdie committed Dec 17, 2009
1 parent d4cc6a2 commit 9695fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/leds-pca9532.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 9695fff

Please sign in to comment.