Re: [PATCH] archive.c: reduce scope of variables

2014-01-29 Thread Junio C Hamano
Elia Pinto writes: > Signed-off-by: Elia Pinto > --- Either the patch is whitespace damaged during the mail transport, or you are incorrectly indenting the lines with all spaces. > archive.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/archive.c b/archive.c

[PATCH] archive.c: reduce scope of variables

2014-01-29 Thread Elia Pinto
Signed-off-by: Elia Pinto --- archive.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive.c b/archive.c index 346f3b2..49b79f8 100644 --- a/archive.c +++ b/archive.c @@ -112,7 +112,6 @@ static int write_archive_entry(const unsigned char *sha1, const char *base,