Whitespace.

This commit is contained in:
Richard Heck 2012-05-10 15:44:25 -04:00
parent fb45a49dae
commit f2fc334cd5

View File

@ -207,8 +207,9 @@ void ViewSourceWidget::updateDefaultFormat()
Format const * fmt = formats.getFormat(format); Format const * fmt = formats.getFormat(format);
if (!fmt) { if (!fmt) {
LYXERR0("Can't find format for backend " << format << "!"); LYXERR0("Can't find format for backend " << format << "!");
continue; continue;
} else if (fmt->name() == "lyx") }
if (fmt->name() == "lyx")
// we can't presently display the LyX format itself // we can't presently display the LyX format itself
continue; continue;