Revert unintended part of commit that was causing changed output.

This commit is contained in:
Richard Heck 2017-05-29 18:25:26 -04:00
parent f92744d18d
commit f3fcf18e96

View File

@ -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