]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
InsetTabular.cpp: coding style
[lyx.git] / src / insets / InsetTabular.cpp
index aa9ceb85a84cdff06c52a47f5d8d751f7d907272..d1d0287f67c7fa3d78031c1d66bf66753997d1c5 100644 (file)
@@ -2310,7 +2310,7 @@ int Tabular::TeXRow(odocstream & os, row_type i,
        if (row_info[i].caption && !endfirsthead.empty && !haveLTFirstHead())
                // if no first header and no empty first header is used,
                // the caption needs to be terminated by \endfirsthead
-               // (bug 6056)
+               // (bug 6057)
                os << "\\endfirsthead";
        else
                os << "\\tabularnewline";
@@ -3709,8 +3709,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
                if (cur.selIsMultiCell()) {
                        cur.recordUndoInset(DELETE_UNDO);
                        cutSelection(cur);
-               }
-               else
+               } else
                        cell(cur.idx())->dispatch(cur, cmd);
                break;