From e4ac3c9e6e5464a0fc0f8fd3763a572e0e180c04 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 1 Dec 2018 14:13:33 -0800 Subject: 4814 --- html/044space_surround.cc.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'html/044space_surround.cc.html') diff --git a/html/044space_surround.cc.html b/html/044space_surround.cc.html index b07bb0f0..af203016 100644 --- a/html/044space_surround.cc.html +++ b/html/044space_surround.cc.html @@ -11,20 +11,21 @@ @@ -59,6 +60,7 @@ if ('onhashchange' in window) { +https://github.com/akkartik/mu/blob/master/044space_surround.cc
  1 //: So far you can have global variables by not setting default-space, and
  2 //: local variables by setting default-space. You can isolate variables
@@ -111,7 +113,7 @@ if ('onhashchange' in window) {
 49   if (space_index == 0)
 50     return base;
 51   double chained_space_address = base+/*skip length*/1+/*skip alloc id of chaining slot*/1;
-52   double chained_space_base = get_or_insert(Memory, chained_space_address) + /*skip alloc id of chained space*/1;
+52   double chained_space_base = get_or_insert(Memory, chained_space_address) + /*skip alloc id of chained space*/1;
 53   return space_base(x, space_index-1, chained_space_base);
 54 }
 55 
@@ -119,7 +121,7 @@ if ('onhashchange' in window) {
 57   for (int i = 0;  i < SIZE(x.properties);  ++i) {
 58     if (x.properties.at(i).first == "space") {
 59       if (!x.properties.at(i).second || x.properties.at(i).second->right)
-60         raise << maybe(current_recipe_name()) << "/space metadata should take exactly one value in '" << x.original_string << "'\n" << end();
+60         raise << maybe(current_recipe_name()) << "/space metadata should take exactly one value in '" << x.original_string << "'\n" << end();
 61       return to_integer(x.properties.at(i).second->value);
 62     }
 63   }
-- 
cgit 1.4.1-2-gfad0