Skip to content

Commit

Permalink
Remove an inordinate amount of whitespace. Refs #9144
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Jul 16, 2014
1 parent 585b94d commit 9bc62ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 9bc62ed

Please sign in to comment.