Indent one line for consistency

This commit is contained in:
Bob Lantz
2015-02-04 04:27:31 -08:00
parent c1dc80571a
commit 09e9c0550a
+1 -1
View File
@@ -489,7 +489,7 @@ class Mininet( object ):
switch.start( self.controllers )
started = {}
for swclass, switches in groupby(
sorted( self.switches, key=type ), type ):
sorted( self.switches, key=type ), type ):
switches = tuple( switches )
if hasattr( swclass, 'batchStartup' ):
success = swclass.batchStartup( switches )