Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1165)

Unified Diff: server/site_wlan_connect.py

Issue 3166012: Whitespace cleanups (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Long day. Must merge first. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/site_linux_router.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_wlan_connect.py
diff --git a/server/site_wlan_connect.py b/server/site_wlan_connect.py
index dadc510a536c8e8475b80da63cf9896879acaaa9..17fce6d3404da688d227ba491f73088c1e0ddec9 100644
--- a/server/site_wlan_connect.py
+++ b/server/site_wlan_connect.py
@@ -73,7 +73,7 @@ def ResetService(init_state):
print>>sys.stderr, "cleared ourselves out of '%s' after %3.1f secs" % \
(init_state, wait_time)
time.sleep(4)
-
+
def TryConnect(assoc_time):
init_assoc_time = assoc_time
@@ -218,4 +218,3 @@ if status != "ready":
print "OK %3.1f %3.1f %s (assoc and config times in sec, quirks)" \
%(assoc_time, config_time, str(connect_quirks.keys()))
sys.exit(0)
-
« no previous file with comments | « server/site_linux_router.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698