Parcourir la source

tests: Remove trailing whitespace

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
Jonathan Afek il y a 8 ans
Parent
commit
ebc6587d40
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/hwsim/test_ap_ht.py

+ 1 - 1
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")