ovs-ctl: Fix indentation when deleting bridges.
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Thu, 27 Aug 2015 15:07:31 +0000 (12:07 -0300)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Aug 2015 16:02:04 +0000 (09:02 -0700)
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ctl.in

index 918be2c..9bbbe0d 100755 (executable)
@@ -216,7 +216,7 @@ start_ovsdb () {
         set_system_ids || return 1
         if test X"$DELETE_BRIDGES" = Xyes; then
             for bridge in `ovs_vsctl list-br`; do
-        ovs_vsctl del-br $bridge
+                ovs_vsctl del-br $bridge
             done
         fi
     fi