fix indendation

This commit is contained in:
Juergen Spitzmueller 2021-03-06 16:15:10 +01:00
parent 71e500c039
commit 92c6c3b950

View File

@ -2827,8 +2827,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
needsUpdate = true;
break;
case LFUN_SERVER_GET_STATISTICS:
{
case LFUN_SERVER_GET_STATISTICS: {
DocIterator from, to;
if (cur.selection()) {
from = cur.selectionBegin();
@ -2851,8 +2850,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
+ convert<docstring>(cur.buffer()->charCount(false)) + " "
+ convert<docstring>(cur.buffer()->charCount(true)));
}
}
break;
}
default:
LYXERR(Debug::ACTION, "Command " << cmd << " not DISPATCHED by Text");