From c902cb15d130f018188afbdc2be9ee37908e710d Mon Sep 17 00:00:00 2001 From: Kristof Szabados <Kristof.Szabados@ericsson.com> Date: Fri, 11 Dec 2020 17:07:15 +0100 Subject: [PATCH] lets have a line break here. Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com> --- compiler2/record_of.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler2/record_of.c b/compiler2/record_of.c index fd28a0907..79bb59e70 100644 --- a/compiler2/record_of.c +++ b/compiler2/record_of.c @@ -834,7 +834,7 @@ void defRecordOfClass1(const struct_of_def *sdef, output_struct *output) " if(p_td.text->end_decode){\n" " int tl;\n" " if((tl=p_td.text->end_decode->match_begin(p_buf))<0){\n" - " if(no_err){" + " if(no_err){\n" " if(!first_call){\n" " for(int a=more; a<val_ptr->n_elements; a++) " "delete val_ptr->value_elements[a];\n" @@ -2390,7 +2390,7 @@ void defRecordOfClassMemAllocOptimized(const struct_of_def *sdef, output_struct " if(p_td.text->end_decode){\n" " int tl;\n" " if((tl=p_td.text->end_decode->match_begin(p_buf))<0){\n" - " if(no_err){" + " if(no_err){\n" " if(!first_call){\n" " set_size(more);\n" " }\n" -- GitLab