Fix line going over 80 columns. --- input/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/main.c b/input/main.c index e165ab4..da09b86 100644 --- a/input/main.c +++ b/input/main.c @@ -82,5 +82,5 @@ static void input_exit(void) dbus_connection_unref(connection); } -BLUETOOTH_PLUGIN_DEFINE(input, VERSION, - BLUETOOTH_PLUGIN_PRIORITY_DEFAULT, input_init, input_exit) +BLUETOOTH_PLUGIN_DEFINE(input, VERSION, BLUETOOTH_PLUGIN_PRIORITY_DEFAULT, + input_init, input_exit) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html