On Tue, Feb 6, 2024 at 6:12 AM Linus Arver via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Linus Arver <linusa@xxxxxxxxxx> > > The new trailer_config_set_*() functions which were introduced a few > patches ago put the out parameter (the variable being mutated) at the > end of the parameter list. > > Put the out parameter at the end for these functions for these existing s/for these functions for these/for the/ > trailer_set_*() functions for consistency. This also avoids confusion > for API users because otherwise these two sets of functions look rather > similar in <trailer.h> even though they have completely different out > parameters.