Remove the unnecessary insertion of whitespace. This happens to be enough

to match this patch apply on recent versions of XenServer / Xen Cloud Platform.
This commit is contained in:
Ewan Mellor 2011-06-20 20:33:15 -07:00
parent a62e0f3e10
commit 31e3aed4a2

View File

@ -8,7 +8,7 @@
fi
;;
@@ -224,9 +225,11 @@
@@ -224,6 +225,7 @@
remove)
if [ "${TYPE}" = "vif" ] ;then
@ -16,7 +16,3 @@
xenstore-rm "${HOTPLUG}/hotplug"
fi
logger -t scripts-vif "${dev} has been removed"
remove_from_bridge
;;
esac
+