From 615f4a970a2fa5c91766ee585a7d531b083f4bff Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 23 Sep 2017 19:30:00 -0700 Subject: 4003 --- html/062convert_ingredients_to_text.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/062convert_ingredients_to_text.cc.html') diff --git a/html/062convert_ingredients_to_text.cc.html b/html/062convert_ingredients_to_text.cc.html index c76b0b38..f207cbe1 100644 --- a/html/062convert_ingredients_to_text.cc.html +++ b/html/062convert_ingredients_to_text.cc.html @@ -137,7 +137,7 @@ if ('onhashchange' in window) { 74 ¦ ¦ for (int j = 0; j < SIZE(inst.ingredients); ++j) { 75 ¦ ¦ ¦ if (is_literal_text(inst.ingredients.at(j))) continue; 76 ¦ ¦ ¦ ostringstream ingredient_name; - 77 ¦ ¦ ¦ ingredient_name << "stash_" << i << '_' << j << ":address:array:character"; + 77 ¦ ¦ ¦ ingredient_name << "stash_" << i << '_' << j << ":address:array:character"; 78 ¦ ¦ ¦ convert_ingredient_to_text(inst.ingredients.at(j), new_instructions, ingredient_name.str()); 79 ¦ ¦ } 80 ¦ } @@ -145,7 +145,7 @@ if ('onhashchange' in window) { 82 ¦ ¦ for (int j = /*skip*/2; j < SIZE(inst.ingredients); ++j) { 83 ¦ ¦ ¦ if (is_literal_text(inst.ingredients.at(j))) continue; 84 ¦ ¦ ¦ ostringstream ingredient_name; - 85 ¦ ¦ ¦ ingredient_name << "trace_" << i << '_' << j << ":address:array:character"; + 85 ¦ ¦ ¦ ingredient_name << "trace_" << i << '_' << j << ":address:array:character"; 86 ¦ ¦ ¦ convert_ingredient_to_text(inst.ingredients.at(j), new_instructions, ingredient_name.str()); 87 ¦ ¦ } 88 ¦ } @@ -158,7 +158,7 @@ if ('onhashchange' in window) { 95 ¦ ¦ if (is_literal_text(inst.ingredients.at(0)) || is_mu_text(inst.ingredients.at(0))) { 96 ¦ ¦ ¦ for (int j = /*skip base*/1; j < SIZE(inst.ingredients); ++j) { 97 ¦ ¦ ¦ ¦ ostringstream ingredient_name; - 98 ¦ ¦ ¦ ¦ ingredient_name << "append_" << i << '_' << j << ":address:array:character"; + 98 ¦ ¦ ¦ ¦ ingredient_name << "append_" << i << '_' << j << ":address:array:character"; 99 ¦ ¦ ¦ ¦ convert_ingredient_to_text(inst.ingredients.at(j), new_instructions, ingredient_name.str()); 100 ¦ ¦ ¦ } 101 ¦ ¦ } -- cgit 1.4.1-2-gfad0