]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@lyx.org>
Mon, 4 Mar 2013 23:12:11 +0000 (18:12 -0500)
committerRichard Heck <rgheck@lyx.org>
Mon, 4 Mar 2013 23:12:11 +0000 (18:12 -0500)
src/insets/InsetInclude.cpp

index e4a54357c7f545a0269e973bf2d80a88b32ec149..2a3a196708475dbc76cf9e2309bb5b54e0967810 100644 (file)
@@ -534,14 +534,13 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
        }
 
        if (!runparams.nice)
-                       incfile = mangled;
+               incfile = mangled;
        else if (!isValidLaTeXFileName(incfile)) {
                frontend::Alert::warning(_("Invalid filename"),
                        _("The following filename will cause troubles "
                                "when running the exported file through LaTeX: ") +
                        from_utf8(incfile));
-       }
-       else if (!isValidDVIFileName(incfile)) {
+       } else if (!isValidDVIFileName(incfile)) {
                frontend::Alert::warning(_("Problematic filename for DVI"),
                        _("The following filename can cause troubles "
                                "when running the exported file through LaTeX "