InsetTabular.cpp: coding style

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30504 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-12 14:36:42 +00:00
parent d3a17d2d5e
commit dbf1f87bd7

View 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;