From 67ff56c63af67b5897c18f22aeb206d8387b086a Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 13 Jun 2023 04:32:34 -0400 Subject: [PATCH] Whitespace --- src/insets/InsetHyperlink.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/insets/InsetHyperlink.cpp b/src/insets/InsetHyperlink.cpp index a0c504cd9c..dcdcbbb8e1 100644 --- a/src/insets/InsetHyperlink.cpp +++ b/src/insets/InsetHyperlink.cpp @@ -94,9 +94,9 @@ void InsetHyperlink::doDispatch(Cursor & cur, FuncRequest & cmd) { // Ctrl + click: open hyperlink if (cmd.action() == LFUN_MOUSE_RELEASE && cmd.modifier() == ControlModifier) { - lyx::dispatch(FuncRequest(LFUN_INSET_EDIT)); - return; - } + lyx::dispatch(FuncRequest(LFUN_INSET_EDIT)); + return; + } switch (cmd.action()) {