diff data/fileio/CSVFileWriter.cpp @ 1127:815f82508f96 tony-2.0-integration

Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing
author Chris Cannam
date Thu, 20 Aug 2015 15:33:13 +0100
parents e22bfe8ca248
children 48e9f538e6e9 d61d6c33f14d
line wrap: on
line diff
--- a/data/fileio/CSVFileWriter.cpp	Thu Aug 20 14:54:21 2015 +0100
+++ b/data/fileio/CSVFileWriter.cpp	Thu Aug 20 15:33:13 2015 +0100
@@ -68,7 +68,7 @@
                 .arg(temp.getTemporaryFilename());
             return;
         }
-
+    
         QTextStream out(&file);
         out << m_model->toDelimitedDataStringWithOptions
             (m_delimiter, m_options);