mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
Revert unintended part of commit that was causing changed output.
This commit is contained in:
parent
f92744d18d
commit
f3fcf18e96
@ -1134,7 +1134,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
|
||||
|
Loading…
Reference in New Issue
Block a user