Diff between 7487d5b922ddc68d43516a20e211b061e8986e2e and d8773c56f0bb11910117473aeadd41b4b36116b7

Changed Files

File Additions Deletions Status
profiles/input/hog.c +2 -2 modified

Full Patch

diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 3ce9480..93e6566 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;