aboutsummaryrefslogtreecommitdiff
path: root/exec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'exec.cc')
-rw-r--r--exec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.cc b/exec.cc
index 5f7993e..75f5358 100644
--- a/exec.cc
+++ b/exec.cc
@@ -144,7 +144,7 @@ void Exec(const vector<NamedDepNode>& roots, Evaluator* ev) {
executor->ExecNode(root.second, NULL);
}
if (executor->Count() == 0) {
- for (auto const & root : roots) {
+ for (auto const& root : roots) {
printf("kati: Nothing to be done for `%s'.\n", root.first.c_str());
}
}