mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 02:35:20 +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
|
// prevent unwanted whitespace
|
||||||
os << '%';
|
os << '%';
|
||||||
if (!os.afterParbreak() && !last_was_separator)
|
if (!os.afterParbreak() && !last_was_separator)
|
||||||
os << breakln;
|
os << '\n';
|
||||||
}
|
}
|
||||||
|
|
||||||
// if this is a CJK-paragraph and the next isn't, close CJK
|
// if this is a CJK-paragraph and the next isn't, close CJK
|
||||||
|
Loading…
Reference in New Issue
Block a user