]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
MBO: Whitespace cleanup
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 4 Jul 2017 21:56:40 +0000 (00:56 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 4 Jul 2017 23:02:35 +0000 (02:02 +0300)
Fix couple of previously missed whitespace issues.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h

index a89bf90bea42dc944a26e5c66024b653b5d8ead4..4bad31f2d1b7b0193ac9b47383008f5c3e4c4672 100644 (file)
@@ -4571,7 +4571,7 @@ static const struct global_parse_data global_fields[] = {
        { INT_RANGE(mbo_cell_capa, MBO_CELL_CAPA_AVAILABLE,
                    MBO_CELL_CAPA_NOT_SUPPORTED), 0 },
        { INT_RANGE(disassoc_imminent_rssi_threshold, -120, 0), 0 },
-#endif /*CONFIG_MBO */
+#endif /* CONFIG_MBO */
        { INT(gas_address3), 0 },
        { INT_RANGE(ftm_responder, 0, 1), 0 },
        { INT_RANGE(ftm_initiator, 0, 1), 0 },
index b429939617e05cc92d87315826227f420f5173df..6388a832bc51c560390a80c738902371e7f3904f 100644 (file)
@@ -1313,7 +1313,7 @@ struct wpa_config {
         * disassoc_imminent_rssi_threshold - RSSI threshold of candidate AP
         * when disassociation imminent is set.
         */
-        int disassoc_imminent_rssi_threshold;
+       int disassoc_imminent_rssi_threshold;
 #endif /* CONFIG_MBO */
 
        /**