From 3669cb4c53e8440203bf5da863b4e50480167104 Mon Sep 17 00:00:00 2001 From: Alex Buts <Alex.Buts@stfc.ac.uk> Date: Fri, 12 Oct 2012 17:58:05 +0100 Subject: [PATCH] refs #5742 Some minor formatting. --- Code/Mantid/Framework/MDEvents/src/SaveMD.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Code/Mantid/Framework/MDEvents/src/SaveMD.cpp b/Code/Mantid/Framework/MDEvents/src/SaveMD.cpp index 5f4f4cff702..32cb14f28d6 100644 --- a/Code/Mantid/Framework/MDEvents/src/SaveMD.cpp +++ b/Code/Mantid/Framework/MDEvents/src/SaveMD.cpp @@ -128,10 +128,10 @@ namespace MDEvents } else { - // Erase the file if it exists - Poco::File oldFile(filename); - if (oldFile.exists()) - oldFile.remove(); + // Erase the file if it exists + Poco::File oldFile(filename); + if (oldFile.exists()) + oldFile.remove(); // Create a new file in HDF5 mode. file = new ::NeXus::File(filename, NXACC_CREATE5); } -- GitLab