]> git.lyx.org Git - features.git/commitdiff
InsetTabular.cpp: coding style
authorUwe Stöhr <uwestoehr@web.de>
Sun, 12 Jul 2009 14:36:42 +0000 (14:36 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 12 Jul 2009 14:36:42 +0000 (14:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30504 a592a061-630c-0410-9148-cb99ea01b6c8

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;