From: Andrei Otcheretianski Date: Wed, 10 Jun 2015 08:43:38 +0000 (+0300) Subject: tests: Fix inconsistent indentation X-Git-Tag: hostap_2_5~631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d134a2868ee4d343af4e0373c465c238ea8928e2;p=thirdparty%2Fhostap.git tests: Fix inconsistent indentation Signed-off-by: Andrei Otcheretianski Reviewed-by: Ilan Peer --- diff --git a/tests/hwsim/test_p2ps.py b/tests/hwsim/test_p2ps.py index 1d1e612c3..2c5963cfc 100644 --- a/tests/hwsim/test_p2ps.py +++ b/tests/hwsim/test_p2ps.py @@ -622,7 +622,7 @@ def test_p2ps_connect_adv_go_pin_method(dev): ev1 = dev[1].wait_global_event(["P2P-GROUP-STARTED"], timeout=10) if ev1 is None: raise Exception("P2P-GROUP-STARTED timeout on seeker side") - dev[1].group_form_result(ev1) + dev[1].group_form_result(ev1) ev0 = dev[0].wait_global_event(["AP-STA-CONNECTED"], timeout=10) if ev0 is None: