From f4bed4b4264fd1e5fd6b1c2984c1f34d974be41c Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 11 Oct 2012 23:04:28 +0200 Subject: [PATCH] bug #1550: Upload the complete file --- src/vmm/LibVirtDriverVMware.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/vmm/LibVirtDriverVMware.cc b/src/vmm/LibVirtDriverVMware.cc index 37191fd749..3e8044c374 100644 --- a/src/vmm/LibVirtDriverVMware.cc +++ b/src/vmm/LibVirtDriverVMware.cc @@ -221,20 +221,20 @@ int LibVirtDriver::deployment_description_vmware( if ( type == "BLOCK" ) { file << "\t\t" << endl; - file << "\t\t\tget_ds_id() << "] " << vm->get_oid() - << "/disk." << disk_id << "'/>" << endl; + file << "\t\t\tget_ds_id() << "] " + << vm->get_oid() << "/disk." << disk_id << "'/>" << endl; } else if ( type == "CDROM" ) { file << "\t\t" << endl; - file << "\t\t\tget_ds_id() << "] " << vm->get_oid() - << "/disk." << disk_id << ".iso'/>" << endl; + file << "\t\t\tget_ds_id() << "] " + << vm->get_oid() << "/disk." << disk_id << ".iso'/>" << endl; } else { file << "\t\t" << endl - << "\t\t\t" << endl; + << "\t\t\t" << endl; } // ---- target device to map the disk ---- @@ -280,8 +280,8 @@ int LibVirtDriver::deployment_description_vmware( if ( !target.empty() ) { file << "\t\t" << endl; - file << "\t\t\t" << endl; + file << "\t\t\t" << endl; file << "\t\t\t" << endl; file << "\t\t\t" << endl; file << "\t\t" << endl;