Diff between 86a2831d609c03b66afe4133f78fe3f417c5f125 and a28c499401301f641b2eb3f014707baa01269849

Changed Files

File Additions Deletions Status
profiles/thermometer/manager.c +1 -1 modified

Full Patch

diff --git a/profiles/thermometer/manager.c b/profiles/thermometer/manager.c
index 9e909a3..9bbba67 100644
--- a/profiles/thermometer/manager.c
+++ b/profiles/thermometer/manager.c
@@ -78,7 +78,7 @@ int thermometer_manager_init(DBusConnection *conn)
 
 	ret = btd_profile_register(&thermometer_profile);
 	if (ret < 0)
-                return ret;
+		return ret;
 
 	connection = dbus_connection_ref(conn);
 	return 0;