From: Jonathan Afek Date: Tue, 7 Jun 2016 13:42:41 +0000 (+0300) Subject: tests: Remove trailing whitespace X-Git-Tag: hostap_2_6~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc6587d402e031c6d34f70e42e59aebf7a17646;p=thirdparty%2Fhostap.git tests: Remove trailing whitespace Signed-off-by: Jonathan Afek --- diff --git a/tests/hwsim/test_ap_ht.py b/tests/hwsim/test_ap_ht.py index cf969bb13..804e56d04 100644 --- a/tests/hwsim/test_ap_ht.py +++ b/tests/hwsim/test_ap_ht.py @@ -1109,7 +1109,7 @@ def test_prefer_ht20_during_roam(dev, apdev): dev[0].scan_for_bss(bssid2, freq=2412) dev[0].scan(freq=2412) dev[0].wait_connected() - + if dev[0].get_status_field('bssid') != bssid2: raise Exception("Unexpected BSS selected")