From cdbede85145aa62a48d910ef6a782d81c901695e Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Tue, 11 Feb 2014 14:32:28 -0400 Subject: [PATCH] android/hidhost: Trivial coding style fix Fix two lines over 80 columns. --- android/hidhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/hidhost.c b/android/hidhost.c index c0e7e6049..fd5ea4d6b 100644 --- a/android/hidhost.c +++ b/android/hidhost.c @@ -793,7 +793,7 @@ static void bt_hid_connect(const void *buf, uint16_t len) sdp_uuid16_create(&uuid, PNP_INFO_SVCLASS_ID); if (bt_search_service(&adapter_addr, &dev->dst, &uuid, - hid_sdp_did_search_cb, dev, NULL, 0) < 0) { + hid_sdp_did_search_cb, dev, NULL, 0) < 0) { error("Failed to search DeviceID SDP details"); hid_device_remove(dev); status = HAL_STATUS_FAILED; @@ -1294,7 +1294,7 @@ static void connect_cb(GIOChannel *chan, GError *err, gpointer user_data) sdp_uuid16_create(&uuid, PNP_INFO_SVCLASS_ID); if (bt_search_service(&src, &dev->dst, &uuid, - hid_sdp_did_search_cb, dev, NULL, 0) < 0) { + hid_sdp_did_search_cb, dev, NULL, 0) < 0) { error("failed to search did sdp details"); hid_device_remove(dev); return; -- 2.47.3