]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@lyx.org>
Mon, 29 Jan 2018 04:02:30 +0000 (23:02 -0500)
committerRichard Heck <rgheck@lyx.org>
Mon, 29 Jan 2018 04:37:20 +0000 (23:37 -0500)
src/insets/InsetCitation.cpp

index 167fc241d299cbeec1f9726630dc7e97e2e1c508..3d18456f42a00642a77dbd192c1ad1e1650fc907 100644 (file)
@@ -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);
        }