From f7eb756f5289a35fab6085c4f86556b7bd50cb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Tue, 27 Mar 2012 18:14:32 -0300 Subject: [PATCH] input: fix coding style Fix line going over 80 columns. --- input/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/main.c b/input/main.c index e165ab480..da09b86ec 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) -- 2.47.3