]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
and this
[lyx.git] / src / tabular.C
index b8957c2ba2a6723a7c369b3bb4d9120c75b78144..760a827d909deceab4d22cc2b5fdab5734536ef3 100644 (file)
@@ -2341,7 +2341,7 @@ int LyXTabular::asciiTopHLine(ostream & os, int row,
                }
                int column = column_of_cell(i);
                int len = clen[column];
-               while (column < columns_ - 1  
+               while (column < columns_ - 1
                       && isPartOfMultiColumn(row, ++column))
                        len += clen[column] + 4;
                os << string(len, ch);