Christian Couder <chrisc...@tuxfamily.org> writes:

> diff --git a/trailer.c b/trailer.c
> index ab93c16..67e7baf 100644
> --- a/trailer.c
> +++ b/trailer.c
> @@ -490,12 +544,22 @@ static struct trailer_item 
> *process_command_line_args(int argc, const char **arg
> ...
> +     /* Add conf commands that don't use $ARG */
> +     for (item = first_conf_item; item; item = item->next) {
> +             if (item->conf.command && !item->conf.command_uses_arg)
> +             {

Opening brace of a block sits on the same line as the closing
condition of the control.  I.e.

        if (...) {
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to