linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: fix coding style
@ 2012-03-27 21:14 João Paulo Rechi Vita
  2012-03-28 10:05 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: João Paulo Rechi Vita @ 2012-03-27 21:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: João Paulo Rechi Vita

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] input: fix coding style
  2012-03-27 21:14 [PATCH] input: fix coding style João Paulo Rechi Vita
@ 2012-03-28 10:05 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-03-28 10:05 UTC (permalink / raw)
  To: João Paulo Rechi Vita; +Cc: linux-bluetooth

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-28 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 21:14 [PATCH] input: fix coding style João Paulo Rechi Vita
2012-03-28 10:05 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).