summaryrefslogtreecommitdiffstats
path: root/src/clean.cc
diff options
context:
space:
mode:
authorPetr Wolf <wolfpetr@linux32-dev.(none)>2012-02-10 09:31:25 (GMT)
committerPetr Wolf <wolfpetr@linux32-dev.(none)>2012-02-10 09:31:25 (GMT)
commit4ff948f66d3e9b49e0f51e4980f48a628f61a165 (patch)
tree22aacae97f7ff8471f1f092dadd2b5c373fdc39d /src/clean.cc
parentaf070e520806987bd3b175bf222774de923b62dd (diff)
downloadNinja-4ff948f66d3e9b49e0f51e4980f48a628f61a165.zip
Ninja-4ff948f66d3e9b49e0f51e4980f48a628f61a165.tar.gz
Ninja-4ff948f66d3e9b49e0f51e4980f48a628f61a165.tar.bz2
Add comments, remove unwanted whitespace change
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());