浏览代码

leds: leds-pca9532.h- indent with tabs, not spaces

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Antonio Ospite 15 年之前
父节点
当前提交
9695fff8f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/leds-pca9532.h

+ 1 - 1
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;
 };