From 9bc62edd0457fbf25e4efbc6ddf1da3f15bd629d Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 16 Jul 2014 13:52:33 +0100 Subject: [PATCH] Remove an inordinate amount of whitespace. Refs #9144 --- Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp b/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp index ae939e688ad6..f5d2bb8ee328 100644 --- a/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp +++ b/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp @@ -253,7 +253,7 @@ namespace Mantid file << m_ws->readX(0)[bin]; } file << m_sep; - file << m_ws->readY(*spectraItr)[bin]; + file << m_ws->readY(*spectraItr)[bin]; file << m_sep; file << m_ws->readE(*spectraItr)[bin]; if (m_writeDX)