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
Hi Jo?o Paulo,
On Tue, Mar 27, 2012, Jo?o Paulo Rechi Vita wrote:
> Fix line going over 80 columns.
> ---
> input/main.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied. Thanks.
Johan