From 979c479e1af7e12a420bdd014c1968d7f3f0bb9b Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Thu, 27 Jun 2013 15:04:57 +0200 Subject: [PATCH] create_xml_data: remove space in dev_id ouput --- thin-provisioning/create_xml_data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thin-provisioning/create_xml_data b/thin-provisioning/create_xml_data index 50b7bfd..6ef50d0 100755 --- a/thin-provisioning/create_xml_data +++ b/thin-provisioning/create_xml_data @@ -92,7 +92,7 @@ def end_superblock end def begin_device(devid, size) - " \n" + " \n" end def end_device