mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27218 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bd9cdad48f
commit
3f4cab9808
@ -626,9 +626,9 @@ TeXOnePar(Buffer const & buf,
|
||||
// are we about to close the language?
|
||||
((nextpit != paragraphs.end() &&
|
||||
par_language->babel() !=
|
||||
(nextpit->getParLanguage(bparams))->babel()) ||
|
||||
(nextpit == paragraphs.end() &&
|
||||
par_language->babel() != outer_language->babel()));
|
||||
(nextpit->getParLanguage(bparams))->babel()) ||
|
||||
(nextpit == paragraphs.end() &&
|
||||
par_language->babel() != outer_language->babel()));
|
||||
|
||||
if (closing_rtl_ltr_environment || (nextpit == paragraphs.end()
|
||||
&& par_language->babel() != outer_language->babel())) {
|
||||
|
Loading…
Reference in New Issue
Block a user