From d8773c56f0bb11910117473aeadd41b4b36116b7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 16 Jul 2013 13:58:37 +0300 Subject: [PATCH] input: Fix minor coding style issue in HoG code --- profiles/input/hog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/input/hog.c b/profiles/input/hog.c index 3ce948015..93e65668c 100644 --- a/profiles/input/hog.c +++ b/profiles/input/hog.c @@ -466,8 +466,8 @@ static void char_discovered_cb(GSList *chars, guint8 status, gpointer user_data) { struct hog_device *hogdev = user_data; struct gatt_primary *prim = hogdev->hog_primary; - bt_uuid_t report_uuid, report_map_uuid, info_uuid, proto_mode_uuid, - ctrlpt_uuid; + bt_uuid_t report_uuid, report_map_uuid, info_uuid; + bt_uuid_t proto_mode_uuid, ctrlpt_uuid; struct report *report; GSList *l; uint16_t info_handle = 0, proto_mode_handle = 0; -- 2.47.3