]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/file-cache.scm
Revert "Apply scripts/auxiliar/fixscm.sh"
[lilypond.git] / scm / file-cache.scm
index 21db866eb83f15a4153f603270319cdadfbecc0a..221a6e28379f76670499aef9e40731c653c1c2ee 100644 (file)
@@ -22,7 +22,7 @@
       ((contents (hash-ref cache-hash-tab filename #f)))
 
     (if (not (string? contents))
-        (begin
-          (set! contents (ly:gulp-file filename))
-          (hash-set! cache-hash-tab filename contents)))
+       (begin
+         (set! contents (ly:gulp-file filename))
+         (hash-set! cache-hash-tab filename contents)))
     contents))