From 33d548b412e678cb48ce45da45602b20b277d855 Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Tue, 13 Nov 2012 15:01:11 -0800 Subject: [PATCH] pep8: Fix E121 continuation line indentation is not a multiple of four --- mininet/node.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mininet/node.py b/mininet/node.py index b06c910..eea195a 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -83,8 +83,8 @@ class Node( object ): # Make pylint happy ( self.shell, self.execed, self.pid, self.stdin, self.stdout, - self.lastPid, self.lastCmd, self.pollOut ) = ( - None, None, None, None, None, None, None, None ) + self.lastPid, self.lastCmd, self.pollOut ) = ( + None, None, None, None, None, None, None, None ) self.waiting = False self.readbuf = ''