Fixing up source code formatting.
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 1 Oct 2013 21:27:09 +0000 (14:27 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 8 Oct 2013 16:37:50 +0000 (18:37 +0200)
source/filesystem.go

index d089c143e7cc1165908aa4ddae48e03a86f0ec86..abec4bad4862100a0d1daf45952157e66ff41910 100644 (file)
@@ -27,7 +27,9 @@ type Filesystem struct {
 }
 
 func (f *Filesystem) Files() []*File {
-       if len(f.files)<1 {f.captureFiles()}
+       if len(f.files) < 1 {
+               f.captureFiles()
+       }
        return f.files
 }