tex2lyx/text.cpp: whitespace fix

This commit is contained in:
Uwe Stöhr 2012-06-23 00:53:35 +02:00
parent 73f0f4dd6c
commit f1f63fcad0

View File

@ -3477,8 +3477,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
handle_ert(os, t.asInput() + p.getOpt(), context); handle_ert(os, t.asInput() + p.getOpt(), context);
else else
parse_text_attributes(p, os, FLAG_ITEM, outer, parse_text_attributes(p, os, FLAG_ITEM, outer,
context, "\\lang", context, "\\lang",
context.font.language, lang); context.font.language, lang);
} }
else if (t.cs() == "inputencoding") { else if (t.cs() == "inputencoding") {