asn1 header generation misses newline
at some point asn1 header generation lost its trailing newline on asn1_%s_units prototypes. put it back for neatness. Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
3ba4f32d8d
commit
33e0d2c32e
@@ -103,7 +103,7 @@ generate_units (const Type *t, const char *gen_name)
|
||||
gen_name, gen_name);
|
||||
} else {
|
||||
fprintf (headerfile,
|
||||
"const struct units * asn1_%s_units(void);",
|
||||
"const struct units * asn1_%s_units(void);\n",
|
||||
gen_name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user