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

Unified Diff: server/site_linux_router.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_eap_tls.py ('k') | server/site_wlan_connect.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_linux_router.py
diff --git a/server/site_linux_router.py b/server/site_linux_router.py
index 50375700447819aaa18e9d09a531fe25f494e963..dfa1ff3c5239d9aff391cddf320577128db37cf0 100644
--- a/server/site_linux_router.py
+++ b/server/site_linux_router.py
@@ -174,7 +174,7 @@ class LinuxRouter(object):
# Make sure hw_mode is set
if conf.get('hw_mode') == 'a':
conf['hw_mode'] = 'g'
-
+
# Freq = 5 * chan + 2407, except channel 14
if freq == 2484:
conf['channel'] = 14
« no previous file with comments | « server/site_eap_tls.py ('k') | server/site_wlan_connect.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698