indentation problem in the generated code
authorkristof <Kristof.Szabados@ericsson.com>
Wed, 6 Jul 2016 07:45:09 +0000 (09:45 +0200)
committerkristof <Kristof.Szabados@ericsson.com>
Wed, 6 Jul 2016 07:45:09 +0000 (09:45 +0200)
compiler2/record.c

index 45cd445d4357eb8c9a7e3aca062738231a6a2fce..88c06f4aaafb3de963cde6d162b44ebc25aac7f2 100644 (file)
@@ -4591,7 +4591,7 @@ void defRecordClass1(const struct_def *sdef, output_struct *output)
           , sdef->elements[i].name, sdef->elements[i].dispname);
       }
       src = mputprintf(src,
-        "if (!%s_found) {\n"
+        "  if (!%s_found) {\n"
         , sdef->elements[i].name);
       if (sdef->elements[i].jsonDefaultValue) {
         src = mputprintf(src,
This page took 0.025843 seconds and 5 git commands to generate.