From d24a1c8fa483ca390d1fdb597139f7533ce359d7 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 28 Jan 2018 23:02:30 -0500 Subject: [PATCH] Whitespace. --- src/insets/InsetCitation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2