blktap2: fix up non-ASCII characters in 21129:bf74d9c31674
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 15 Dec 2010 13:34:26 +0000 (13:34 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 15 Dec 2010 13:34:26 +0000 (13:34 +0000)
21129:bf74d9c31674 contained UTF-8-encoded nonbreaking spaces.
Sorry for not noticing this.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/hotplug/Linux/xen-hotplug-cleanup

index 237a2d17007ebac69e47fa95f877b41943636615..fcaa8fc8c62be0c5f074bb9bd0907c5c542e93a8 100644 (file)
@@ -21,12 +21,12 @@ if [ "$vm" != "" ]; then
 
   # if the vm path does not exist and the device class is 'vbd' then we may have
   # a tap2 device
-  $(xenstore-read "$vm_dev" 2>/dev/null) || \
-  {
-     if [ "${path_array[1]}" = "vbd" ]; then
-        vm_dev="$vm/device/tap2/${path_array[3]}"
-     fi
-  }
+  $(xenstore-read "$vm_dev" 2>/dev/null) || \
+  {
+     if [ "${path_array[1]}" = "vbd" ]; then
+        vm_dev="$vm/device/tap2/${path_array[3]}"
+     fi
+  }
 else
   vm_dev=
 fi