summaryrefslogtreecommitdiff
path: root/profiles/input
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-07-16 13:58:37 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-07-16 13:58:37 +0300
commitd8773c56f0bb11910117473aeadd41b4b36116b7 (patch)
tree2173b8643de828992eee0d04fccac5214985f28c /profiles/input
parent7487d5b922ddc68d43516a20e211b061e8986e2e (diff)
downloadbluez-d8773c56f0bb11910117473aeadd41b4b36116b7.tar.gz
input: Fix minor coding style issue in HoG code
Diffstat (limited to 'profiles/input')
-rw-r--r--profiles/input/hog.c4
1 files 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;