Navigation Menu

Skip to content

Commit

Permalink
Waste less space with whitespace in project files
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 19, 2015
1 parent 6166ecc commit 2d663b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -1159,7 +1159,7 @@ bool QgsProject::write()
QTextStream projectFileStream( &imp_->file );

//projectFileStream << xml << endl;
doc->save( projectFileStream, 4 ); // save as utf-8
doc->save( projectFileStream, 2 ); // save as utf-8
imp_->file.close();

// check if the text stream had no error - if it does
Expand Down

0 comments on commit 2d663b5

Please sign in to comment.