From 0b0cfb6f1f4579eef463ffcb41ba782ddbd56035 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 22:24:39 -0700 Subject: 1188 --- cpp/035call | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/035call') 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& 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 -- cgit 1.4.1-2-gfad0