Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH obexd] Code clean-up: Remove unnecessary code line breaking
@ 2011-10-25 11:11 Rafal Michalski
  2011-10-25 11:35 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Rafal Michalski @ 2011-10-25 11:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Rafal Michalski

This patch removes unnecessary code line breaking.
---
 plugins/phonebook-tracker.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
index 3be3a89..e4f2383 100644
--- a/plugins/phonebook-tracker.c
+++ b/plugins/phonebook-tracker.c
@@ -1120,8 +1120,7 @@ static void contact_add_addresses(struct phonebook_contact *contact,
 	int i;
 
 	/* Addresses from affilation */
-	aff_addr = g_strsplit(reply[COL_ADDR_AFF], MAIN_DELIM,
-								MAX_FIELDS);
+	aff_addr = g_strsplit(reply[COL_ADDR_AFF], MAIN_DELIM, MAX_FIELDS);
 
 	if (aff_addr)
 		for (i = 0; aff_addr[i] != NULL; ++i)
-- 
1.6.3.3


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

* Re: [PATCH obexd] Code clean-up: Remove unnecessary code line breaking
  2011-10-25 11:11 [PATCH obexd] Code clean-up: Remove unnecessary code line breaking Rafal Michalski
@ 2011-10-25 11:35 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2011-10-25 11:35 UTC (permalink / raw)
  To: Rafal Michalski; +Cc: linux-bluetooth

Hi Rafal,

On Tue, Oct 25, 2011, Rafal Michalski wrote:
> This patch removes unnecessary code line breaking.
> ---
>  plugins/phonebook-tracker.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)

Applied. Thanks.

Johan

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

end of thread, other threads:[~2011-10-25 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 11:11 [PATCH obexd] Code clean-up: Remove unnecessary code line breaking Rafal Michalski
2011-10-25 11:35 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox