Adjust coding style of generated code 21/188721/2
authorHwankyu Jhun <h.jhun@samsung.com>
Sun, 9 Sep 2018 23:53:35 +0000 (08:53 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Sun, 9 Sep 2018 23:58:02 +0000 (23:58 +0000)
Change-Id: I2ec8a17a1af5d64d86b35dd8459ae8fc15070dce
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
idlc/c_gen/c_proxy_body_gen.cc

index 11aae751252d74fc12062341011e35179f5fdc9b..76aed88870c7a0dae09c042de34090749ac2f70b 100644 (file)
@@ -202,6 +202,7 @@ void CProxyBodyGen::GenInterfaceDelegatorInvoker(
           for (auto& i : decl.GetParameters().GetParams()) {
             str += GetDestructorString(i->GetParameterType().GetBaseType(),
                 i->GetID());
+            str += NLine(1);
           }
           return str;
         }));