summaryrefslogtreecommitdiff
path: root/android/hidhost.c
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2014-01-25 21:44:01 -0400
committerSzymon Janc <szymon.janc@tieto.com>2014-01-27 21:48:02 +0100
commitc8886711d4e950d5c61de0dfe77a8ea1a87ab5b1 (patch)
treeb7209ca28901c407500b46c9c969c37fcebcd697 /android/hidhost.c
parent334254e4d0d1a4441be74554c9b3eb336f7c8eda (diff)
downloadbluez-c8886711d4e950d5c61de0dfe77a8ea1a87ab5b1.tar.gz
android: Trivial replacement of tabs where spaces are expected
Diffstat (limited to 'android/hidhost.c')
-rw-r--r--android/hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hidhost.c b/android/hidhost.c
index 161f4ec73..6c0930fcf 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -375,7 +375,7 @@ static void bt_hid_notify_get_report(struct hid_device *dev, uint8_t *buf,
if (!((buf[0] == (HID_MSG_DATA | HID_DATA_TYPE_INPUT)) ||
(buf[0] == (HID_MSG_DATA | HID_DATA_TYPE_OUTPUT)) ||
- (buf[0] == (HID_MSG_DATA | HID_DATA_TYPE_FEATURE)))) {
+ (buf[0] == (HID_MSG_DATA | HID_DATA_TYPE_FEATURE)))) {
ev = g_malloc0(ev_len);
ev->status = buf[0];
bdaddr2android(&dev->dst, ev->bdaddr);