aboutsummaryrefslogtreecommitdiff
path: root/exec.go
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-05-13 17:03:20 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-05-13 17:06:44 +0900
commitcedc5c87f6366c8ea9c14f0bf95e0257222f55ca (patch)
treec93bf6f16d0eceaa0bf27f2c1afb0fb918e9f5db /exec.go
parent5e07dd38678eb8ca7fb3157a882c28d0d12fa8f0 (diff)
downloadkati-cedc5c87f6366c8ea9c14f0bf95e0257222f55ca.tar.gz
Add para.go and para_test.go
Diffstat (limited to 'exec.go')
-rw-r--r--exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.go b/exec.go
index 4ba8302..4da02a7 100644
--- a/exec.go
+++ b/exec.go
@@ -292,7 +292,7 @@ func EvalCommands(nodes []*DepNode, vars Vars) {
runners, hasIO := ex.createRunners(n, true)
if hasIO {
ioCnt++
- if ioCnt % 100 == 0 {
+ if ioCnt%100 == 0 {
LogStats("%d/%d rules have IO", ioCnt, i+1)
}
continue