From 6d49aeb76247c4145cb4f7c05afb7b35f27150c1 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 5 Jul 2017 00:56:40 +0300 Subject: [PATCH] MBO: Whitespace cleanup Fix couple of previously missed whitespace issues. Signed-off-by: Jouni Malinen --- wpa_supplicant/config.c | 2 +- wpa_supplicant/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/config.c b/wpa_supplicant/config.c index a89bf90be..4bad31f2d 100644 --- a/wpa_supplicant/config.c +++ b/wpa_supplicant/config.c @@ -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 }, diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index b42993961..6388a832b 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -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 */ /**