From c915f878f6d49fb1c2de89f6ef264caec69654ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=AC=B8=EC=84=A0=EC=95=84/Tizen=20Platform=20Lab=28SR=29/?= =?utf8?q?Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 29 Jan 2020 11:31:59 +0900 Subject: [PATCH] Update wifi-aware-gdbus.c Indentation: replace space with tab --- src/wifi-aware-gdbus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wifi-aware-gdbus.c b/src/wifi-aware-gdbus.c index fdc19f2..02896ed 100644 --- a/src/wifi-aware-gdbus.c +++ b/src/wifi-aware-gdbus.c @@ -178,10 +178,10 @@ static int __wifi_aware_dbus_method_call_sync(const char *interface_name, { GError *error = NULL; - if (gdbus_data.connection == NULL) { - WIFI_AWARE_LOGE("GDBusconnection is NULL"); + if (gdbus_data.connection == NULL) { + WIFI_AWARE_LOGE("GDBusconnection is NULL"); return WIFI_AWARE_ERROR_OPERATION_FAILED; - } + } *reply = g_dbus_connection_call_sync(gdbus_data.connection, WIFI_AWARE_INTERFACE, -- 2.7.4