Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH obexd 1/4] Code clean-up: Remove unnecessary empty lines
@ 2011-09-22  7:52 Rafal Michalski
  2011-09-22  7:52 ` [PATCH obexd 2/4] Code clean-up: Remove unnecessary character in comment Rafal Michalski
  2011-09-27  9:49 ` [PATCH obexd 1/4] Code clean-up: Remove unnecessary empty lines Johan Hedberg
  0 siblings, 2 replies; 5+ messages in thread
From: Rafal Michalski @ 2011-09-22  7:52 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Rafal Michalski

This patch removes unnecessary empty lines.
---
 plugins/phonebook-tracker.c |    1 -
 plugins/vcard.c             |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
index 47ce878..da2e2bb 100644
--- a/plugins/phonebook-tracker.c
+++ b/plugins/phonebook-tracker.c
@@ -1003,7 +1003,6 @@ static void add_affiliation(char **field, const char *value)
 static void contact_init(struct phonebook_contact *contact,
 							const char **reply)
 {
-
 	contact->fullname = g_strdup(reply[COL_FULL_NAME]);
 	contact->family = g_strdup(reply[COL_FAMILY_NAME]);
 	contact->given = g_strdup(reply[COL_GIVEN_NAME]);
diff --git a/plugins/vcard.c b/plugins/vcard.c
index 0522c96..e5e1de1 100644
--- a/plugins/vcard.c
+++ b/plugins/vcard.c
@@ -825,7 +825,6 @@ void phonebook_add_contact(GString *vcards, struct phonebook_contact *contact,
 	vcard_printf_end(vcards);
 }
 
-
 static void field_free(gpointer data)
 {
 	struct phonebook_field *field = data;
-- 
1.6.3.3


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

end of thread, other threads:[~2011-09-27  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22  7:52 [PATCH obexd 1/4] Code clean-up: Remove unnecessary empty lines Rafal Michalski
2011-09-22  7:52 ` [PATCH obexd 2/4] Code clean-up: Remove unnecessary character in comment Rafal Michalski
2011-09-22  7:52   ` [PATCH obexd 3/4] Code clean-up: Remove magic number indicating size of buffer Rafal Michalski
2011-09-22  7:52     ` [PATCH obexd 4/4] Code clean-up: Simplify vCard's phone number printing Rafal Michalski
2011-09-27  9:49 ` [PATCH obexd 1/4] Code clean-up: Remove unnecessary empty lines Johan Hedberg

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