From ebc6587d402e031c6d34f70e42e59aebf7a17646 Mon Sep 17 00:00:00 2001 From: Jonathan Afek Date: Tue, 7 Jun 2016 16:42:41 +0300 Subject: [PATCH] tests: Remove trailing whitespace Signed-off-by: Jonathan Afek --- tests/hwsim/test_ap_ht.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")