From a28c499401301f641b2eb3f014707baa01269849 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Mon, 3 Sep 2012 14:54:59 +0300 Subject: [PATCH] thermometer: Fix indentation --- 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 9e909a37b..9bbba67b6 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; -- 2.47.3