python: Fix several pep8 whitespace errors.
[cascardo/ovs.git] / tests / test-l7.py
index c89fcf2..aed34f4 100755 (executable)
@@ -50,7 +50,7 @@ def get_ftpd():
 
 def main():
     SERVERS = {
-        'http':  [TCPServer,   SimpleHTTPRequestHandler, 80],
+        'http': [TCPServer, SimpleHTTPRequestHandler, 80],
         'http6': [TCPServerV6, SimpleHTTPRequestHandler, 80],
     }