]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
InsetTabular.cpp: coding style
[lyx.git] / src / insets / InsetTabular.cpp
index 1059935cf5100aa3812cd8aa128231910d19a241..d1d0287f67c7fa3d78031c1d66bf66753997d1c5 100644 (file)
@@ -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;