Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/3] Fix gattrib.c coding style
@ 2011-02-24 20:34 Vinicius Costa Gomes
  2011-02-24 20:34 ` [PATCH 2/3] Add support for GATT client timeouts Vinicius Costa Gomes
  2011-02-24 20:34 ` [PATCH 3/3] gatttool: Remove extra reference to the connection IO Channel Vinicius Costa Gomes
  0 siblings, 2 replies; 4+ messages in thread
From: Vinicius Costa Gomes @ 2011-02-24 20:34 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Just remove an extra empty line.
---
 attrib/gattrib.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/attrib/gattrib.c b/attrib/gattrib.c
index 779a471..5b8b590 100644
--- a/attrib/gattrib.c
+++ b/attrib/gattrib.c
@@ -195,7 +195,6 @@ void g_attrib_unref(GAttrib *attrib)
 		g_io_channel_unref(attrib->io);
 	}
 
-
 	if (attrib->destroy)
 		attrib->destroy(attrib->destroy_user_data);
 
-- 
1.7.4.1


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

end of thread, other threads:[~2011-02-24 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 20:34 [PATCH 1/3] Fix gattrib.c coding style Vinicius Costa Gomes
2011-02-24 20:34 ` [PATCH 2/3] Add support for GATT client timeouts Vinicius Costa Gomes
2011-02-24 20:34 ` [PATCH 3/3] gatttool: Remove extra reference to the connection IO Channel Vinicius Costa Gomes
2011-02-24 20:47   ` Johan Hedberg

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