From 4067b86e4ce7a8f73ef7e2d8c9d2a2a93a67b7bc Mon Sep 17 00:00:00 2001 From: Jakub Tyszkowski Date: Wed, 3 Sep 2014 10:56:38 +0200 Subject: [PATCH] android/hidhost: Fix indentation --- android/hidhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hidhost.c b/android/hidhost.c index 3dc3c2535..ebed56d5f 100644 --- a/android/hidhost.c +++ b/android/hidhost.c @@ -110,7 +110,7 @@ struct hid_device { uint8_t last_hid_msg; struct bt_hog *hog; guint reconnect_id; - int sec_level; + int sec_level; }; static int device_cmp(gconstpointer s, gconstpointer user_data) -- 2.47.3