From 848ebc1e6335cd1a34e07662242a367fefbc5229 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Mar 2017 00:36:55 -0800 Subject: 3760 - force functions to use dependency-injection This is the kind of check I want Mu to be anal about, not whitespace or unused variables. --- 012transform.cc | 1 + 1 file changed, 1 insertion(+) (limited to '012transform.cc') diff --git a/012transform.cc b/012transform.cc index 2a2cfb9b..f62349fa 100644 --- a/012transform.cc +++ b/012transform.cc @@ -45,6 +45,7 @@ void initialize_transforms() { void transform_all() { trace(9990, "transform") << "=== transform_all()" << end(); + // Begin transform_all for (int t = 0; t < SIZE(Transform); ++t) { for (map::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { recipe& r = p->second; -- cgit 1.4.1-2-gfad0