1 Commits
Author SHA1 Message Date
sm 627bb5a7be Use tabs
Fixes #7
2018-02-27 20:30:24 -08:00
+1 -1
View File
@@ -32,7 +32,7 @@ func main() {
ec++ ec++
fmt.Fprintf(os.Stderr, "%v\n", res.err) fmt.Fprintf(os.Stderr, "%v\n", res.err)
} else { } else {
fmt.Printf("%v %v\n", res.cs, res.f) fmt.Printf("%v\t%v\n", res.cs, res.f)
} }
} }
if ec > 0 { if ec > 0 {