mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Whitespace.
This commit is contained in:
parent
fb45a49dae
commit
f2fc334cd5
@ -208,7 +208,8 @@ void ViewSourceWidget::updateDefaultFormat()
|
||||
if (!fmt) {
|
||||
LYXERR0("Can't find format for backend " << format << "!");
|
||||
continue;
|
||||
} else if (fmt->name() == "lyx")
|
||||
}
|
||||
if (fmt->name() == "lyx")
|
||||
// we can't presently display the LyX format itself
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user