summaryrefslogtreecommitdiffstats
path: root/tools/python/google/httpd_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/google/httpd_utils.py')
-rw-r--r--tools/python/google/httpd_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/google/httpd_utils.py b/tools/python/google/httpd_utils.py
index 0281228..28952ed 100644
--- a/tools/python/google/httpd_utils.py
+++ b/tools/python/google/httpd_utils.py
@@ -32,7 +32,7 @@ def GetCygserverPath(start_dir, apache2=False):
'cygwin', 'usr', 'sbin')
return cygserver_path
-
+
def StartServer(document_root=None, output_dir=None, apache2=False):
"""Starts a local server on port 8000 using the basic configuration files.