• Vasil Velichkov's avatar
    Fix misleading-indentation error · 18971e7c
    Vasil Velichkov authored
    asn1c_save.c:238:5: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
         for(int i = 0; i < argc; i++)
         ^~~
    asn1c_save.c:240:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
      safe_fprintf(mkf, "\n\n");
      ^~~~~~~~~~~~
    18971e7c
asn1c_save.c 28.9 KB