Fix indentation
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 16 Mar 2020 02:12:42 +0000 (11:12 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 16 Mar 2020 02:12:42 +0000 (11:12 +0900)
src/wifi-aware-data-path.c

index aa00abd..e648dc0 100644 (file)
@@ -446,9 +446,9 @@ static void __data_path_terminated_cb(GDBusConnection *connection,
        RET_VAL_IF(!__data_path_is_open(data_path), WIFI_AWARE_ERROR_INVALID_OPERATION, "No Data Path");
 
        uint32_t ndp_id;
-    __parsing_data_path_terminated_event(parameters, &ndp_id);
-    if (ndp_id != __data_path_get_ndp_id(data_path))
-        return;
+       __parsing_data_path_terminated_event(parameters, &ndp_id);
+       if (ndp_id != __data_path_get_ndp_id(data_path))
+               return;
 
        __data_path_close(data_path);
        __wifi_aware_data_path_invoke_terminated_cb(data_path);