Re: [PATCH v4 2/6] sha1-array.h: align function arguments

2018-05-10 Thread Junio C Hamano
Junio C Hamano writes: > Jeff King writes: > >> On Thu, May 10, 2018 at 12:42:59PM +, Ævar Arnfjörð Bjarmason wrote: >> >>> The arguments weren't lined up with the opening parenthesis. Fixes up >>> code added in aae0caf19e ("sha1-array.h: align function arguments", >>> 2018-04-30). > ... > B

Re: [PATCH v4 2/6] sha1-array.h: align function arguments

2018-05-10 Thread Junio C Hamano
Jeff King writes: > On Thu, May 10, 2018 at 12:42:59PM +, Ævar Arnfjörð Bjarmason wrote: > >> The arguments weren't lined up with the opening parenthesis. Fixes up >> code added in aae0caf19e ("sha1-array.h: align function arguments", >> 2018-04-30). > > I think that's this patch. :) > > Pres

Re: [PATCH v4 2/6] sha1-array.h: align function arguments

2018-05-10 Thread Jeff King
On Thu, May 10, 2018 at 12:42:59PM +, Ævar Arnfjörð Bjarmason wrote: > The arguments weren't lined up with the opening parenthesis. Fixes up > code added in aae0caf19e ("sha1-array.h: align function arguments", > 2018-04-30). I think that's this patch. :) Presumably you meant 910650d2f8 (Ren

[PATCH v4 2/6] sha1-array.h: align function arguments

2018-05-10 Thread Ævar Arnfjörð Bjarmason
The arguments weren't lined up with the opening parenthesis. Fixes up code added in aae0caf19e ("sha1-array.h: align function arguments", 2018-04-30). Signed-off-by: Ævar Arnfjörð Bjarmason --- sha1-array.c | 4 ++-- sha1-array.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -