tex2lyx/text.cpp: fix an indentation mistake

This commit is contained in:
Uwe Stöhr 2015-05-17 17:45:56 +02:00
parent 95af488798
commit 55417b50da

View File

@ -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");
}