]> git.lyx.org Git - lyx.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 8 Jun 2012 18:31:20 +0000 (20:31 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 8 Jun 2012 18:31:20 +0000 (20:31 +0200)
src/Buffer.cpp

index 618b7d18a121a420f3ccd27e2091e935b831b1f4..437a64a7db8312181ef6cdad65ca7612f48d85fc 100644 (file)
@@ -1478,7 +1478,7 @@ void Buffer::writeLaTeXSource(otexstream & os,
        bool const output_preamble =
                output == FullSource || output == OnlyPreamble;
        bool const output_body =
-         output == FullSource || output == OnlyBody;
+               output == FullSource || output == OnlyBody;
 
        // The starting paragraph of the coming rows is the
        // first paragraph of the document. (Asger)
@@ -3362,7 +3362,7 @@ void Buffer::getSourceCode(odocstream & os, string const format,
                        else if (output == OnlyBody)
                                text().write(ods);
                        os << from_utf8(ods.str());
-               }       else if (runparams.flavor == OutputParams::HTML) {
+               } else if (runparams.flavor == OutputParams::HTML) {
                        writeLyXHTMLSource(os, runparams, output);
                } else if (runparams.flavor == OutputParams::TEXT) {
                        if (output == OnlyPreamble) {