From 4b8f772ce4df667583243e434ca0548d5b84b3a6 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Thu, 30 May 2013 08:56:21 -0500 Subject: [PATCH] sha1_file: trivial style cleanup Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- sha1_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT