Browse Source

HID: bt: hidp.h: do not use a tab after a #define

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Antonio Ospite 14 years ago
parent
commit
6d67c110ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/bluetooth/hidp/hidp.h

+ 1 - 1
net/bluetooth/hidp/hidp.h

@@ -80,7 +80,7 @@
 #define HIDP_VIRTUAL_CABLE_UNPLUG	0
 #define HIDP_BOOT_PROTOCOL_MODE		1
 #define HIDP_BLUETOOTH_VENDOR_ID	9
-#define	HIDP_WAITING_FOR_RETURN		10
+#define HIDP_WAITING_FOR_RETURN		10
 #define HIDP_WAITING_FOR_SEND_ACK	11
 
 struct hidp_connadd_req {