summaryrefslogtreecommitdiffstats
path: root/src/clean.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/clean.cc')
-rw-r--r--src/clean.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.cc b/src/clean.cc
index 6524ce0..e09ab4e 100644
--- a/src/clean.cc
+++ b/src/clean.cc
@@ -106,7 +106,7 @@ int Cleaner::CleanAll(bool generator) {
continue;
// Do not remove generator's files unless generator specified.
if (!generator && (*e)->rule().generator())
- continue;
+ continue;
for (vector<Node*>::iterator out_node = (*e)->outputs_.begin();
out_node != (*e)->outputs_.end(); ++out_node) {
Remove((*out_node)->path());