mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Whitespace
This commit is contained in:
parent
33bfbf89c4
commit
f648f25991
@ -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.
|
// have to figure out whether that is the case or not.
|
||||||
ErrorList & el = bv->buffer().errorList(error_type);
|
ErrorList & el = bv->buffer().errorList(error_type);
|
||||||
if (el.empty()) {
|
if (el.empty()) {
|
||||||
el = bv->buffer().masterBuffer()->errorList(error_type);
|
el = bv->buffer().masterBuffer()->errorList(error_type);
|
||||||
from_master = true;
|
from_master = true;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
ErrorList const & el = from_master ?
|
ErrorList const & el = from_master ?
|
||||||
|
Loading…
Reference in New Issue
Block a user