summaryrefslogtreecommitdiffstats
path: root/src/graph.cc
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2014-11-12 20:39:20 (GMT)
committerScott Graham <scottmg@chromium.org>2014-11-12 20:39:20 (GMT)
commita023d9923cbb584680fb53760747a75e380b520a (patch)
tree5ad9f08d19dfb88c7fc9cd4179d772eb755b0584 /src/graph.cc
parent6aa1b4b6d3d2d3efa55f91649271ed253ef5cab7 (diff)
downloadNinja-a023d9923cbb584680fb53760747a75e380b520a.zip
Ninja-a023d9923cbb584680fb53760747a75e380b520a.tar.gz
Ninja-a023d9923cbb584680fb53760747a75e380b520a.tar.bz2
whitespace/comment/wrap fixes, no intended functionality change
Diffstat (limited to 'src/graph.cc')
-rw-r--r--src/graph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.cc b/src/graph.cc
index 223661c..2829669 100644
--- a/src/graph.cc
+++ b/src/graph.cc
@@ -131,7 +131,7 @@ bool DependencyScan::RecomputeDirty(Edge* edge, string* err) {
}
bool DependencyScan::RecomputeOutputsDirty(Edge* edge,
- Node* most_recent_input) {
+ Node* most_recent_input) {
string command = edge->EvaluateCommand(true);
for (vector<Node*>::iterator i = edge->outputs_.begin();
i != edge->outputs_.end(); ++i) {