From 2ebd67919212b45adf054b88f18498d84c171262 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 11 Feb 2009 17:16:05 +0000 Subject: [PATCH] Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28450 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_latex.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) { -- 2.39.2