From 27faf671ee4f2d76c3ba4fe081ae6af2a956f8c1 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