]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.C
Fix fuer #209
[lyx.git] / src / lyxlex_pimpl.C
index cb574e9e7dd45542fc38d73aff4b0a3aeacd53b7..1dc807724e00ff4470132b768b7386a1ee3fdb63 100644 (file)
@@ -401,7 +401,7 @@ bool LyXLex::Pimpl::eatLine()
        int i = 0;
        unsigned char c = '\0';
        char cc = 0;
-       while(is && c != '\n' && i != (LEX_MAX_BUFF - 1)) {
+       while (is && c != '\n' && i != (LEX_MAX_BUFF - 1)) {
                is.get(cc);
                c = cc;
                //lyxerr[Debug::LYXLEX] << "LyXLex::EatLine read char: `"