about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index 5b444ab3..cfaedc24 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -170,7 +170,7 @@ recipe scenario-foo [
 +warn: redefining recipe scenario-foo
 
 :(after "bool warn_on_redefine(const string& recipe_name)")
-if (recipe_name.find("scenario-") == 0) return true;
+  if (recipe_name.find("scenario-") == 0) return true;
 
 //:: The special instructions we want to support inside scenarios.
 //: In a compiler for the mu VM these will require more work.