python: Fix several pep8 whitespace errors.
authorRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:16:20 +0000 (18:16 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:16:20 +0000 (18:16 -0500)
commita0631d92d9b99700f5f305c60403b4d43d77eff2
treec81293e01b52c4a0f1b151e7afbba2adb81baba1
parent3c057118d16ae0c7dc02c1c87ee2c19b401e39ce
python: Fix several pep8 whitespace errors.

Fix the following pep8 errors:

  E201 whitespace after '('
  E203 whitespace before ','
  E222 multiple spaces after operator
  E225 missing whitespace around operator
  E226 missing whitespace around arithmetic operator
  E231 missing whitespace after ':'
  E241 multiple spaces after ':'
  E251 unexpected spaces around keyword / parameter equals
  E261 at least two spaces before inline comment
  E262 inline comment should start with '# '
  E265 block comment should start with '# '
  E271 multiple spaces after keyword

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
14 files changed:
Makefile.am
python/ovs/daemon.py
python/ovs/db/idl.py
python/ovs/dirs.py
python/ovs/dirs.py.template
python/ovs/json.py
python/ovs/jsonrpc.py
python/ovs/stream.py
python/ovs/vlog.py
python/ovstest/udp.py
python/ovstest/util.py
tests/test-l7.py
tests/test-unixctl.py
vtep/ovs-vtep