From: Felipe Contreras Date: Thu, 30 May 2013 13:56:21 +0000 (-0500) Subject: sha1_file: trivial style cleanup X-Git-Tag: v1.8.3.1~7 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=4b8f772ce4df667583243e434ca0548d5b84b3a6;p=git.git sha1_file: trivial style cleanup Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/sha1_file.c b/sha1_file.c index 67e815b2db..b114cc922d 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -2138,7 +2138,7 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset, if (!data) die("failed to apply delta"); - free (delta_data); + free(delta_data); } *final_type = type;