]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathParser.cpp
Whitespace cleanup
[features.git] / src / mathed / MathParser.cpp
index 3ce4770b59fd67feeb9dfd32911ee4ab1d6aa26f..255dbadc9e4e2bc345a0011c73559a788baf3da1 100644 (file)
@@ -292,7 +292,7 @@ ostream & operator<<(ostream & os, Token const & t)
                docstring const & cs = t.cs();
                // FIXME: For some strange reason, the stream operator instanciate
                // a new Token before outputting the contents of t.cs().
-               // Because of this the line 
+               // Because of this the line
                //     os << '\\' << cs;
                // below becomes recursive.
                // In order to avoid that we return early: