Re: [PATCH v6 28/32] gc: style change -- no SP before closing bracket

2014-07-13 Thread Junio C Hamano
On Wed, Jul 9, 2014 at 2:47 AM, Eric Sunshine wrote: > On Wed, Jul 9, 2014 at 3:33 AM, Nguyễn Thái Ngọc Duy > wrote: > > Yet, there is a space after the opening '{'. So, this is now > inconsistently formatted as: > > { foo, bar} > So, if we drop the other hunk and keep only the one below, t

Re: [PATCH v6 28/32] gc: style change -- no SP before closing bracket

2014-07-09 Thread Eric Sunshine
On Wed, Jul 9, 2014 at 3:33 AM, Nguyễn Thái Ngọc Duy wrote: > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > builtin/gc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/builtin/gc.c b/builtin/gc.c > index 8d219d8..53f1302 100644 > --- a/builtin/gc.c > +++ b/builtin/gc.