]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Sun, 9 Oct 2016 17:42:18 +0000 (13:42 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 9 Oct 2016 21:18:07 +0000 (17:18 -0400)
src/frontends/qt4/GuiView.cpp

index fdc05a940d659600679773627bcebbcfa85b157e..b8a0777644b0e67f36c40bf95b6eb7fbea4b47e4 100644 (file)
@@ -4091,7 +4091,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
        bv = currentBufferView();
 
        // Clear non-empty selections
-        // (e.g. from a "char-forward-select" followed by "char-backward-select")
+       // (e.g. from a "char-forward-select" followed by "char-backward-select")
        if (bv) {
                Cursor & cur = bv->cursor();
                if ((cur.selection() && cur.selBegin() == cur.selEnd())) {