From: Richard Heck Date: Wed, 11 Feb 2009 17:16:05 +0000 (+0000) Subject: Cosmetics. X-Git-Tag: 2.0.0~7252 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2ebd67919212b45adf054b88f18498d84c171262;p=features.git Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28450 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 9984363963..be294b74dd 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -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) {