]> git.lyx.org Git - features.git/commitdiff
tex2lyx/preamble.cpp: correct a whitespace mistake I just introduced
authorUwe Stöhr <uwestoehr@web.de>
Fri, 28 Oct 2011 12:49:12 +0000 (12:49 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 28 Oct 2011 12:49:12 +0000 (12:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40052 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 44822ba158f020885945e717abbdeb4e82e3658f..4ff4e04a94f9d23fa877ef722047e8fab715bc0d 100644 (file)
@@ -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") {