]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorRichard Heck <rgheck@comcast.net>
Wed, 11 Feb 2009 17:16:05 +0000 (17:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 11 Feb 2009 17:16:05 +0000 (17:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28450 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_latex.cpp

index 99843639632c1e539cd5ba2213fb999dbb636c5b..be294b74ddc599d5e8ca780a4609b9caf2b8e084 100644 (file)
@@ -580,7 +580,7 @@ ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
                        break;
        }
 
-               // fall through possible
+       // fall through possible
        default:
                // we don't need it for the last paragraph!!!
                if (nextpit != paragraphs.end())
@@ -798,8 +798,7 @@ void latexParagraphs(Buffer const & buf,
                // FIXME This check should not be needed. We should
                // perhaps issue an error if it is.
                Layout const & layout = par->forcePlainLayout() ?
-                               tclass.plainLayout() :
-                               par->layout();
+                               tclass.plainLayout() : par->layout();
 
                if (layout.intitle) {
                        if (already_title) {