]> git.lyx.org Git - features.git/commitdiff
* src/LaTeX.C: whitespace
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 20 Feb 2007 08:49:01 +0000 (08:49 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 20 Feb 2007 08:49:01 +0000 (08:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17270 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeX.C

index 603d51030a3026855584340b65f8e32b9dccf5ff..1f40977cfb47ac4aadddbf243d3192f480b90de3 100644 (file)
@@ -788,7 +788,7 @@ bool handleFoundFile(string const & ff, DepTable & head)
 
        // (2) foundfile is in the tmpdir
        //     insert it into head
-       if (fs::exists(absname.toFilesystemEncoding())&&
+       if (fs::exists(absname.toFilesystemEncoding()) &&
            !fs::is_directory(absname.toFilesystemEncoding())) {
                static regex unwanted("^.*\\.(aux|log|dvi|bbl|ind|glo)$");
                if (regex_match(onlyfile, unwanted)) {