fixed indent issue with examples/controllers.py

This commit is contained in:
Brian O'Connor
2013-09-11 12:00:15 -07:00
parent e9a835ac55
commit 2e7d0d4934
-1
View File
@@ -30,7 +30,6 @@ topo = TreeTopo( depth=2, fanout=2 )
net = Mininet( topo=topo, switch=MultiSwitch, build=False ) net = Mininet( topo=topo, switch=MultiSwitch, build=False )
for c in [ c0, c1 ]: for c in [ c0, c1 ]:
net.addController(c) net.addController(c)
net.build() net.build()
net.start() net.start()
CLI( net ) CLI( net )