From: Richard Heck Date: Mon, 29 Jan 2018 04:02:30 +0000 (-0500) Subject: Whitespace. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3955 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d24a1c8fa483ca390d1fdb597139f7533ce359d7;p=features.git Whitespace. --- diff --git a/src/insets/InsetCitation.cpp b/src/insets/InsetCitation.cpp index 167fc241d2..3d18456f42 100644 --- a/src/insets/InsetCitation.cpp +++ b/src/insets/InsetCitation.cpp @@ -152,7 +152,7 @@ void InsetCitation::doDispatch(Cursor & cur, FuncRequest & cmd) cmd = FuncRequest(LFUN_INSET_MODIFY, "changetype " + newcmdname); } } - // fall through + // fall through default: InsetCommand::doDispatch(cur, cmd); }