]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Sun, 8 Apr 2018 21:29:37 +0000 (17:29 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 8 Apr 2018 21:29:37 +0000 (17:29 -0400)
src/frontends/qt4/GuiView.cpp

index acaa23486de489995de1c38e1fd163650256a9db..b63f1c7c90fb17aeafc1974fe8b0035255b6f53a 100644 (file)
@@ -1695,8 +1695,8 @@ void GuiView::errors(string const & error_type, bool from_master)
        // have to figure out whether that is the case or not.
        ErrorList & el = bv->buffer().errorList(error_type);
        if (el.empty()) {
-           el = bv->buffer().masterBuffer()->errorList(error_type);
-           from_master = true;
+               el = bv->buffer().masterBuffer()->errorList(error_type);
+               from_master = true;
        }
 #else
        ErrorList const & el = from_master ?