about summary refs log tree commit diff stats
path: root/cpp/035call
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 22:24:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 22:24:39 -0700
commit0b0cfb6f1f4579eef463ffcb41ba782ddbd56035 (patch)
tree7bd0f3e1d769d0181f5699c26f2f31f874e49436 /cpp/035call
parentf539f89fb9e95d6452d577e7ab27dd5f619d5a4c (diff)
downloadmu-0b0cfb6f1f4579eef463ffcb41ba782ddbd56035.tar.gz
1188
Diffstat (limited to 'cpp/035call')
-rw-r--r--cpp/035call6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/035call b/cpp/035call
index 2f9b0f15..0c84056e 100644
--- a/cpp/035call
+++ b/cpp/035call
@@ -48,9 +48,9 @@ struct routine {
   const vector<instruction>& steps() const;
 };
 :(code)
-  routine::routine(recipe_number r) {
-    calls.push(call(r));
-  }
+routine::routine(recipe_number r) {
+  calls.push(call(r));
+}
 
 //:: now update routine's helpers