]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: fix an indentation mistake
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 17 May 2015 15:45:56 +0000 (17:45 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 17 May 2015 15:45:56 +0000 (17:45 +0200)
src/tex2lyx/text.cpp

index b91d26938e71591b615263c85eb3ea78ba87a8fc..4dc785acdbfb33ed2471042fc690dd54d36de86f 100644 (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");
                }