From 1634fe5e80973bfedbd8d31b32b52b9802471bd9 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 6 May 2018 00:01:16 +0200 Subject: [PATCH] Remove tabs --- bin/xen-create-image | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 4053239..513e1ec 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -3276,16 +3276,16 @@ sub createZFSBits # # The commands to create the volume. # - my $disk_cmd = + my $disk_cmd = "zfs create ". - ($CONFIG{'image'} eq 'sparse' ? '-s' : ''). - " -V $partition->{'size'} $zfs_vol"; + ($CONFIG{'image'} eq 'sparse' ? '-s' : ''). + " -V $partition->{'size'} $zfs_vol"; # # Create the volume # runCommand($disk_cmd, \%CONFIG); - sleep(2); + sleep(2); # # Make sure that worked.