]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove extra whitespace
authorWitold Sowa <witold.sowa@gmail.com>
Sun, 13 Sep 2009 17:27:54 +0000 (20:27 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 13 Sep 2009 17:27:54 +0000 (20:27 +0300)
wpa_supplicant/events.c
wpa_supplicant/mlme.c
wpa_supplicant/wpa_supplicant.c

index 2ea9279fc47fed15c4a63eac7dae2785b7a2f8f0..c1f32d8fc87c6454f0a2d35343cfa87ae2f1548b 100644 (file)
@@ -543,7 +543,7 @@ wpa_supplicant_select_bss_non_wpa(struct wpa_supplicant *wpa_s,
                                           "BSSID mismatch");
                                continue;
                        }
-                       
+
                        if (!(ssid->key_mgmt & WPA_KEY_MGMT_NONE) &&
                            !(ssid->key_mgmt & WPA_KEY_MGMT_WPS) &&
                            !(ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA))
@@ -553,7 +553,7 @@ wpa_supplicant_select_bss_non_wpa(struct wpa_supplicant *wpa_s,
                                continue;
                        }
 
-                       if ((ssid->key_mgmt & 
+                       if ((ssid->key_mgmt &
                             (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK |
                              WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK |
                              WPA_KEY_MGMT_IEEE8021X_SHA256 |
index e894c464ca5e17d0a51349008e996fcf3b4e4892..f9c28f1c94b1990d7de8c663fa7f7d53756034c3 100644 (file)
@@ -1781,7 +1781,6 @@ static void ieee80211_rx_mgmt_ft_action(struct wpa_supplicant *wpa_s,
                wpa_printf(MSG_DEBUG, "MLME: Foreign STA Address " MACSTR
                           " in FT Action Response", MAC2STR(sta_addr));
                return;
-                          
        }
 
        if (status) {
index c68dd825bcb5ca6be278c72858d816cb761f26a3..80fdb486baa444a374e5cd1036c33a663423088d 100644 (file)
@@ -2050,7 +2050,7 @@ struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
                os_free(wpa_s);
                return NULL;
        }
-               
+
        wpa_s->next = global->ifaces;
        global->ifaces = wpa_s;