From: Uwe Stöhr Date: Sun, 12 Jul 2009 14:36:42 +0000 (+0000) Subject: InsetTabular.cpp: coding style X-Git-Tag: 2.0.0~6075 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dbf1f87bd7b5cb3902d45cc7df958edd7d95fcda;p=features.git InsetTabular.cpp: coding style git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30504 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 1059935cf5..d1d0287f67 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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;