From f6480263e5f5e60b4ae73fba547201d669306450 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 4 Mar 2013 18:12:11 -0500 Subject: [PATCH] Whitespace. --- src/insets/InsetInclude.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index e4a54357c7..2a3a196708 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -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 "