diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2017-07-04 21:56:40 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-07-04 23:02:35 (GMT) |
commit | 6d49aeb76247c4145cb4f7c05afb7b35f27150c1 (patch) | |
tree | 55e00388d4a3990efb2b106d0f117db8eb8e3b20 /wpa_supplicant/config.h | |
parent | f2cdb41b81f5dad8e7562c70819308ca3d2f6417 (diff) | |
download | hostap-6d49aeb76247c4145cb4f7c05afb7b35f27150c1.zip hostap-6d49aeb76247c4145cb4f7c05afb7b35f27150c1.tar.gz hostap-6d49aeb76247c4145cb4f7c05afb7b35f27150c1.tar.bz2 |
MBO: Whitespace cleanup
Fix couple of previously missed whitespace issues.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/config.h')
-rw-r--r-- | wpa_supplicant/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index b429939..6388a83 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 */ /** |