]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@lyx.org>
Thu, 10 May 2012 19:44:25 +0000 (15:44 -0400)
committerRichard Heck <rgheck@lyx.org>
Thu, 10 May 2012 19:44:25 +0000 (15:44 -0400)
src/frontends/qt4/GuiViewSource.cpp

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