From 90c423a646252e65e93fe2e9a3b688fff3a37015 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Mon, 29 May 2017 23:22:14 +0200 Subject: [PATCH] Revert a gratuitous change This commit reverts a change made at 3bc08a76 that was causing changed output. See: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg200509.html --- src/output_latex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 2a4f61207f..8f2e0a8259 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -1153,7 +1153,7 @@ void TeXOnePar(Buffer const & buf, // prevent unwanted whitespace os << '%'; if (!os.afterParbreak() && !last_was_separator) - os << breakln; + os << '\n'; } // if this is a CJK-paragraph and the next isn't, close CJK -- 2.39.2