]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
*** empty log message ***
[lilypond.git] / flower / file-path.cc
index 20dc9ab874c06605d4e02e4875871e02e15f98e3..cf9ad32f965a51a47d08d9c89e47ff007ed8e2ac 100644 (file)
@@ -184,10 +184,11 @@ File_path::find (String nm) const
        continue;
 #endif
 #if !STAT_MACROS_BROKEN
+      
       struct stat sbuf;
       if (stat (path.to_str0 (), &sbuf) != 0)
        continue;
-      
+
       if (S_ISDIR (sbuf.st_mode))
        continue;
 #endif