about summary refs log tree commit diff stats
path: root/cpp/042new
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/042new')
-rw-r--r--cpp/042new6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/042new b/cpp/042new
index a980d8cb..d268e6ca 100644
--- a/cpp/042new
+++ b/cpp/042new
@@ -17,9 +17,9 @@ Memory_allocated_until = 1000;
 :(before "End routine Fields")
 size_t alloc;
 :(replace{} "routine::routine(recipe_number r)")
-  routine::routine(recipe_number r) :alloc(Memory_allocated_until) {
-    calls.push(call(r));
-  }
+routine::routine(recipe_number r) :alloc(Memory_allocated_until) {
+  calls.push(call(r));
+}
 
 //:: First handle 'type' operands.