Whitespace.

This commit is contained in:
Richard Heck 2018-01-28 23:02:30 -05:00
parent d809ced05b
commit d24a1c8fa4

View File

@ -152,7 +152,7 @@ void InsetCitation::doDispatch(Cursor & cur, FuncRequest & cmd)
cmd = FuncRequest(LFUN_INSET_MODIFY, "changetype " + newcmdname); cmd = FuncRequest(LFUN_INSET_MODIFY, "changetype " + newcmdname);
} }
} }
// fall through // fall through
default: default:
InsetCommand::doDispatch(cur, cmd); InsetCommand::doDispatch(cur, cmd);
} }