From 19b3ee93884fc655c4bd67bd9cfff5c683035e3f Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Wed, 4 May 2016 10:23:39 +0900 Subject: [PATCH] Fix coding rule Change-Id: Ida7e2fde7fae7d3c6d29e9cb57625bf427931684 Signed-off-by: Somin Kim --- src/DBusClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DBusClient.cpp b/src/DBusClient.cpp index 04fcc20..c96e1f5 100644 --- a/src/DBusClient.cpp +++ b/src/DBusClient.cpp @@ -105,7 +105,7 @@ bool DBusClient::__init() regId = g_dbus_connection_register_object(__connection, DBUS_PATH, __nodeInfo->interfaces[0], &vtable, NULL, NULL, &gerr); HANDLE_GERROR(gerr); - IF_FAIL_CATCH_TAG(regId>0, _E, "Object registration failed"); + IF_FAIL_CATCH_TAG(regId > 0, _E, "Object registration failed"); _I("DBus connection established"); _D("DBus name: %s", g_dbus_connection_get_unique_name(__connection)); -- 2.7.4