about summary refs log tree commit diff stats
path: root/cpp/025name
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/025name')
-rw-r--r--cpp/025name2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/025name b/cpp/025name
index 83103f1f..c1992506 100644
--- a/cpp/025name
+++ b/cpp/025name
@@ -19,7 +19,7 @@ recipe main [
 +warn: use before set: y in main
 
 :(after "int main")
-Transform.push_back(transform_names);
+  Transform.push_back(transform_names);
 
 :(before "End Globals")
 unordered_map<recipe_number, unordered_map<string, int> > Name;