From 1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 19 Jun 2017 11:29:20 -0700 Subject: 3927 --- html/099hardware_checks.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/099hardware_checks.cc.html') diff --git a/html/099hardware_checks.cc.html b/html/099hardware_checks.cc.html index a05e6d1d..6ab46ef9 100644 --- a/html/099hardware_checks.cc.html +++ b/html/099hardware_checks.cc.html @@ -98,7 +98,7 @@ if ('onhashchange' in window) { 35 const recipe& caller = get(Recipe, r); 36 if (caller.name == "main") return; 37 if (starts_with(caller.name, "scenario_")) return; -38 trace(9991, "transform") << "--- check if recipe " << caller.name << " has any dependency-injection mistakes" << end(); +38 trace(9991, "transform") << "--- check if recipe " << caller.name << " has any dependency-injection mistakes" << end(); 39 for (int index = 0; index < SIZE(caller.steps); ++index) { 40 ¦ const instruction& inst = caller.steps.at(index); 41 ¦ if (inst.operation < MAX_PRIMITIVE_RECIPES) continue; @@ -111,7 +111,7 @@ if ('onhashchange' in window) { 48 ¦ ¦ const reagent& expected_ing = callee.ingredients.at(i); 49 ¦ ¦ for (int j = 0; j < SIZE(Real_hardware_types); ++j) { 50 ¦ ¦ ¦ if (*Real_hardware_types.at(j) == *expected_ing.type) -51 ¦ ¦ ¦ ¦ raise << maybe(caller.name) << "'" << to_original_string(inst) << "': only 'main' can pass 0 into a " << to_string(expected_ing.type) << '\n' << end(); +51 ¦ ¦ ¦ ¦ raise << maybe(caller.name) << "'" << to_original_string(inst) << "': only 'main' can pass 0 into a " << to_string(expected_ing.type) << '\n' << end(); 52 ¦ ¦ } 53 ¦ } 54 } -- cgit 1.4.1-2-gfad0