From 5a3167c1362a922742c618383b0dcafaf82d1689 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Wed, 20 Mar 2019 11:24:51 +0900 Subject: [PATCH] eolian_mono: apply indentation of if scope --- src/bin/eolian_mono/eolian/mono/function_registration.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/eolian_mono/eolian/mono/function_registration.hh b/src/bin/eolian_mono/eolian/mono/function_registration.hh index cc7534b..5898af9 100644 --- a/src/bin/eolian_mono/eolian/mono/function_registration.hh +++ b/src/bin/eolian_mono/eolian/mono/function_registration.hh @@ -38,7 +38,7 @@ struct function_registration_generator if(!as_generator( scope_tab << scope_tab << "if (" << f.c_name << "_static_delegate == null)\n" - << scope_tab << scope_tab << f.c_name << "_static_delegate = new " << f.c_name << "_delegate(" << + << scope_tab << scope_tab << scope_tab << f.c_name << "_static_delegate = new " << f.c_name << "_delegate(" << escape_keyword(f.name) << ");\n" ).generate(sink, attributes::unused, context)) return false; -- 2.7.4