linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermometer: Fix indentation
@ 2012-08-31  8:51 Andrzej Kaczmarek
  2012-09-03 11:55 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Kaczmarek @ 2012-08-31  8:51 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

---
 profiles/thermometer/manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/thermometer/manager.c b/profiles/thermometer/manager.c
index 3d5452b..21cb5fe 100644
--- a/profiles/thermometer/manager.c
+++ b/profiles/thermometer/manager.c
@@ -77,7 +77,7 @@ int thermometer_manager_init(DBusConnection *conn)
 
 	ret = btd_register_device_driver(&thermometer_device_driver);
 	if (ret < 0)
-                return ret;
+		return ret;
 
 	connection = dbus_connection_ref(conn);
 	return 0;
-- 
1.7.11.3


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

end of thread, other threads:[~2012-09-03 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31  8:51 [PATCH] thermometer: Fix indentation Andrzej Kaczmarek
2012-09-03 11:55 ` 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).