]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / exporter.C
index 75032dda9c13bdb5fb2116e327cedad77f015f5a..bbeaba0343f8987f1cdf8fdebf45fc5be78184dd 100644 (file)
@@ -185,7 +185,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
        else if (backend_format == format) {
                runparams.nice = true;
                buffer->makeLaTeXFile(filename, string(), runparams);
-       } else if (!lyxrc.tex_allows_spaces 
+       } else if (!lyxrc.tex_allows_spaces
                   && contains(buffer->filePath(), ' ')) {
                Alert::error(_("File name error"),
                           _("The directory path to the document cannot contain spaces."));