]> git.lyx.org Git - lyx.git/commitdiff
Revert a gratuitous change
authorEnrico Forestieri <forenr@lyx.org>
Mon, 29 May 2017 21:22:14 +0000 (23:22 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 29 May 2017 21:22:14 +0000 (23:22 +0200)
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

index 2a4f61207f6ff2bd395a787e0eb808e88c10552a..8f2e0a8259abaa2183142921ae36747348e36cf4 100644 (file)
@@ -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