python: Fix several pep8 whitespace errors.
[cascardo/ovs.git] / tests / test-unixctl.py
index 49a3b61..5de51d3 100644 (file)
@@ -37,7 +37,7 @@ def unixctl_echo(conn, argv, aux):
 
 
 def unixctl_echo_error(conn, argv, aux):
-    assert aux ==  "aux_echo_error"
+    assert aux == "aux_echo_error"
     conn.reply_error(str(argv))