mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
tex2lyx/text.cpp: whitespace fix
This commit is contained in:
parent
73f0f4dd6c
commit
f1f63fcad0
@ -3477,8 +3477,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
handle_ert(os, t.asInput() + p.getOpt(), context);
|
||||
else
|
||||
parse_text_attributes(p, os, FLAG_ITEM, outer,
|
||||
context, "\\lang",
|
||||
context.font.language, lang);
|
||||
context, "\\lang",
|
||||
context.font.language, lang);
|
||||
}
|
||||
|
||||
else if (t.cs() == "inputencoding") {
|
||||
|
Loading…
Reference in New Issue
Block a user