jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a253f502c7359db787dc78e02499735e5bd74c14

commit a253f502c7359db787dc78e02499735e5bd74c14
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Wed Mar 20 11:24:51 2019 +0900

    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 cc7534b29a..5898af9c27 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;

-- 


Reply via email to