From 09e9c0550adc21ce3cfe4020da38491e30426b0d Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 4 Feb 2015 04:27:31 -0800 Subject: [PATCH] Indent one line for consistency --- mininet/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/net.py b/mininet/net.py index ebe02a8..7e9fd0f 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -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 )