From c8886711d4e950d5c61de0dfe77a8ea1a87ab5b1 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Sat, 25 Jan 2014 21:44:01 -0400 Subject: [PATCH] android: Trivial replacement of tabs where spaces are expected --- android/android-tester.c | 2 +- android/hidhost.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/android-tester.c b/android/android-tester.c index ba9137adb..870ad8d58 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -3459,7 +3459,7 @@ static void setup_hidhost_connect(const void *test_data) bthost_write_scan_enable(bthost, 0x03); } -static void hid_discon_cb(bt_bdaddr_t *bd_addr, bthh_connection_state_t state) +static void hid_discon_cb(bt_bdaddr_t *bd_addr, bthh_connection_state_t state) { if (state == BTHH_CONN_STATE_DISCONNECTED) tester_test_passed(); 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); -- 2.47.3