mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
widl: Add a newline between function prototypes for non-object interfaces.
This commit is contained in:
parent
35ba23bd48
commit
5a378905be
@ -871,7 +871,7 @@ static void write_function_proto(const type_t *iface, const func_t *fun, const c
|
||||
write_args(header, fun->args, iface->name, 0, TRUE);
|
||||
else
|
||||
fprintf(header, " void");
|
||||
fprintf(header, ");\n");
|
||||
fprintf(header, ");\n\n");
|
||||
}
|
||||
|
||||
static void write_function_protos(const type_t *iface)
|
||||
|
Loading…
Reference in New Issue
Block a user