From c84733e5f4f34f5a477314fa85d10234af6c5879 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 11 Jul 2012 00:41:59 +0300 Subject: [PATCH] hog: Fix too long line --- profiles/input/hog_device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/input/hog_device.c b/profiles/input/hog_device.c index 437aeb8cc..85c39e126 100644 --- a/profiles/input/hog_device.c +++ b/profiles/input/hog_device.c @@ -74,7 +74,8 @@ struct hog_device { static GSList *devices = NULL; -static void report_value_cb(const uint8_t *pdu, uint16_t len, gpointer user_data) +static void report_value_cb(const uint8_t *pdu, uint16_t len, + gpointer user_data) { struct hog_device *hogdev = user_data; struct uhid_event ev; -- 2.47.3