From: Uwe Stöhr Date: Fri, 28 Oct 2011 12:49:12 +0000 (+0000) Subject: tex2lyx/preamble.cpp: correct a whitespace mistake I just introduced X-Git-Tag: 2.1.0beta1~2453 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2bf4494dc4a93003035cb50d378c0e564ed07218;p=features.git tex2lyx/preamble.cpp: correct a whitespace mistake I just introduced git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40052 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 44822ba158..4ff4e04a94 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -570,7 +570,7 @@ void handle_package(Parser &p, string const & name, string const & opts, // last language in the documentclass options is used. handle_opt(options, known_languages, h_language); delete_opt(options, known_languages); - } + } } else if (name == "fontenc") {