From 273178e05c1dd95a81b7533448ac91f482c482ad Mon Sep 17 00:00:00 2001 From: twy_2000 Date: Mon, 18 May 2020 18:39:28 +0800 Subject: [PATCH] dawn_iwinfo: indentation --- src/utils/dawn_iwinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/dawn_iwinfo.c b/src/utils/dawn_iwinfo.c index a2605b0..d3708d3 100644 --- a/src/utils/dawn_iwinfo.c +++ b/src/utils/dawn_iwinfo.c @@ -45,8 +45,8 @@ int compare_essid_iwinfo(uint8_t *bssid_addr, uint8_t *bssid_addr_to_compare) { while ((entry = readdir(dirp)) != NULL && (essid == NULL || essid_to_compare == NULL)) { if (entry->d_type == DT_SOCK) { - if (strcmp(entry->d_name, "global") == 0) - continue; + if (strcmp(entry->d_name, "global") == 0) + continue; iw = iwinfo_backend(entry->d_name);