From: Martin Liska Date: Mon, 19 Apr 2021 09:20:46 +0000 (+0200) Subject: Align decl and def arguments. X-Git-Tag: basepoints/gcc-12~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde4a87e734f7a889d0cd57d92192e40c91adea2;p=thirdparty%2Fgcc.git Align decl and def arguments. gcc/ChangeLog: PR c/100143 * gengtype.c (finish_root_table): Align function arguments in between declaration and definition. --- diff --git a/gcc/gengtype.c b/gcc/gengtype.c index 5f50242e8574..98d4626f87e1 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -2438,8 +2438,8 @@ static void write_local (outf_p output_header, static int contains_scalar_p (type_p t); static void put_mangled_filename (outf_p, const input_file *); static void finish_root_table (struct flist *flp, const char *pfx, - const char *tname, const char *lastname, - const char *name); + const char *lastname, + const char *tname, const char *name); static void write_root (outf_p, pair_p, type_p, const char *, int, struct fileloc *, bool); static void write_array (outf_p f, pair_p v,