From: Uwe Stöhr Date: Sun, 17 May 2015 15:45:56 +0000 (+0200) Subject: tex2lyx/text.cpp: fix an indentation mistake X-Git-Tag: 2.2.0alpha1~784 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=55417b50da084a404c79ea3f5a33fe8f4be93afe;p=features.git tex2lyx/text.cpp: fix an indentation mistake --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index b91d26938e..4dc785acdb 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -1394,8 +1394,8 @@ void parse_environment(Parser & p, ostream & os, bool outer, preamble.registerAutomaticallyLoadedPackage("float"); else { Floating const & fl = parent_context.textclass.floats() - .getType(unstarred_name); - if (!fl.floattype().empty() && fl.usesFloatPkg()) + .getType(unstarred_name); + if (!fl.floattype().empty() && fl.usesFloatPkg()) preamble.registerAutomaticallyLoadedPackage("float"); }