From e486fe4bec13cbfe551112bdc139f26b5153c7a5 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Thu, 27 Jun 2013 15:57:12 +0200 Subject: [PATCH] create_xml_data: adjust to thinp_xml output --- thin-provisioning/create_xml_data | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thin-provisioning/create_xml_data b/thin-provisioning/create_xml_data index a49eec5..0a13000 100755 --- a/thin-provisioning/create_xml_data +++ b/thin-provisioning/create_xml_data @@ -84,7 +84,7 @@ def parse_command_line(argv, units) end def begin_superblock(blocksize, nr_data_blocks) - "\n" + "\n" end def end_superblock @@ -100,11 +100,11 @@ def end_device end def single_mapping(from, to) - " \n" + " \n" end def range_mapping(from, to, length) - " \n" + " \n" end def blocks(opts)