On Sun, Aug 12, 2018 at 3:53 PM, Marek Polacek <pola...@redhat.com> wrote:
> -      var = add_capture (lambda,
> -                            id,
> -                            initializer,
> -                            /*by_reference_p=*/
> -                           (this_capture_p
> -                            || (LAMBDA_EXPR_DEFAULT_CAPTURE_MODE (lambda)
> -                                == CPLD_REFERENCE)),
> -                           /*explicit_init_p=*/false);
> +      var = add_capture (lambda, id, initializer,
> +                        /*by_reference_p=*/
> +                        (this_capture_p
> +                         || (LAMBDA_EXPR_DEFAULT_CAPTURE_MODE (lambda)
> +                             == CPLD_REFERENCE)),
> +                        /*explicit_init_p=*/false);

This reformatting seems unnecessary, and I prefer to avoid unnecessary
reformatting to avoid noise in 'git blame'. The rest of the patch is
OK.

Jason

Reply via email to