Correct whitespace in xenserver/etc_init.d_vswitch
authorIan Campbell <Ian.Campbell@citrix.com>
Fri, 2 Oct 2009 18:08:34 +0000 (11:08 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 2 Oct 2009 18:09:08 +0000 (11:09 -0700)
xenserver/etc_init.d_vswitch

index 249adeb..6aca1cc 100755 (executable)
@@ -270,11 +270,11 @@ function start {
         action "Creating empty $VSWITCHD_CONF" touch "$VSWITCHD_CONF"
     elif [ ! -e /var/run/vswitch.booted ]; then
         touch /var/run/vswitch.booted
-       /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \
-           '--del-match=bridge.*' \
-           '--del-match=port.*' \
-           '--del-match=bonding.*' \
-           '--del-match=iface.*'
+        /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \
+            '--del-match=bridge.*' \
+            '--del-match=port.*' \
+            '--del-match=bonding.*' \
+            '--del-match=iface.*'
     fi
 
     start_vswitchd