Update wifi-aware-gdbus.c
author문선아/Tizen Platform Lab(SR)/Engineer/삼성전자 <seonah1.moon@samsung.com>
Wed, 29 Jan 2020 02:31:59 +0000 (11:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 29 Jan 2020 02:31:59 +0000 (11:31 +0900)
Indentation: replace space with tab

src/wifi-aware-gdbus.c

index fdc19f2..02896ed 100644 (file)
@@ -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,