Re: [ovs-dev] [daemonpy 2/4] daemon.py: Whitespace cleanup.

2011-09-17 Thread Reid Price
LGTM On Fri, Sep 16, 2011 at 4:49 PM, Ethan Jackson wrote: > The python style guide requires two newlines between top level > definitions. This patch also removes some trailing whitespace. > --- > python/ovs/daemon.py | 34 +- > 1 files changed, 29 insertions(

[ovs-dev] [daemonpy 2/4] daemon.py: Whitespace cleanup.

2011-09-16 Thread Ethan Jackson
The python style guide requires two newlines between top level definitions. This patch also removes some trailing whitespace. --- python/ovs/daemon.py | 34 +- 1 files changed, 29 insertions(+), 5 deletions(-) diff --git a/python/ovs/daemon.py b/python/ovs/daemo