]> git.lyx.org Git - features.git/commitdiff
whitespace only.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 28 Nov 2010 13:49:14 +0000 (13:49 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 28 Nov 2010 13:49:14 +0000 (13:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36553 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index 72fa0910879ca9e34a759347b8ec25ea69d745fe..a902e26255a06ccc089bdef9c9aaed70af1eb1c1 100644 (file)
@@ -3454,11 +3454,10 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir,
                        break;
                case BufferParams::LaTeX:
                        runparams.math_flavor = OutputParams::MathAsLaTeX; 
-                       break;                                                                                  
+                       break;
                }
-               
                makeLyXHTMLFile(FileName(filename), runparams);
-       }       else if (backend_format == "lyx")
+       } else if (backend_format == "lyx")
                writeFile(FileName(filename));
        // Docbook backend
        else if (isDocBook()) {