python: Resolve some indentation warnings.
authorRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 19:50:40 +0000 (14:50 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:18:21 +0000 (18:18 -0500)
commiteda26d40ae086539e7de3770818f80580fc231b3
tree2e4531b7516b299403567c72108151980bba7bfd
parentf7f7fcced57438de4ff422712edf6809183b40bc
python: Resolve some indentation warnings.

This patch resolves the following warnings from flake8:

 E111 indentation is not a multiple of four
 E112 expected an indented block
 E113 unexpected indentation

It's critical to have correct indentation in Python code, so it seemed
worth enabling these warnings.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Makefile.am
ofproto/ipfix-gen-entities
python/ovs/daemon.py
python/ovs/db/idl.py
python/ovstest/rpcserver.py