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

to make this patch apply on recent versions of XenServer / Xen Cloud Platform.
This commit is contained in:
Ewan Mellor 2011-06-25 02:10:27 +00:00 committed by Tarmac
commit 9f5a604e24

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
+