From 3f4cab98080bbab897c71ce39c13e7d0b309efc1 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 31 Oct 2008 16:41:52 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27218 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_latex.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/output_latex.cpp b/src/output_latex.cpp index efc9003710..1d569681da 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -626,9 +626,9 @@ TeXOnePar(Buffer const & buf, // are we about to close the language? ((nextpit != paragraphs.end() && par_language->babel() != - (nextpit->getParLanguage(bparams))->babel()) || - (nextpit == paragraphs.end() && - par_language->babel() != outer_language->babel())); + (nextpit->getParLanguage(bparams))->babel()) || + (nextpit == paragraphs.end() && + par_language->babel() != outer_language->babel())); if (closing_rtl_ltr_environment || (nextpit == paragraphs.end() && par_language->babel() != outer_language->babel())) { -- 2.39.5