Add a space after the solid keyword to make some readers happy.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1302 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-07-02 14:52:32 +00:00
parent ac23cb90bb
commit 43fdc506f2

View File

@@ -166,7 +166,7 @@ write_stla(const std::string& _filename, BaseExporter& _be, Options /* _opt */)
// header // header
fprintf(out, "solid\n"); fprintf(out, "solid \n");
// write face set // write face set
@@ -220,7 +220,7 @@ write_stla(std::ostream& _out, BaseExporter& _be, Options /* _opt */, std::strea
// header // header
_out << "solid\n"; _out << "solid \n";
// write face set // write face set