]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/QViewSource.cpp
Whitespace cleanup
[features.git] / src / frontends / qt4 / QViewSource.cpp
index 543b0633932388f7253df9c02e27d35197217850..6c866764cb09038b783d3c556ac4c4220c371a94 100644 (file)
@@ -84,7 +84,7 @@ LaTeXHighlighter::LaTeXHighlighter(QTextDocument * parent)
 
 void LaTeXHighlighter::highlightBlock(QString const & text)
 {
-       // $ $ 
+       // $ $
        QRegExp exprMath("\\$[^\\$]*\\$");
        int index = text.indexOf(exprMath);
        while (index >= 0) {