2012-03-27 21:14:32

by Joao Paulo Rechi Vita

[permalink] [raw]
Subject: [PATCH] input: fix coding style

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



2012-03-28 10:05:53

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] input: fix coding style

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