sha1_file: trivial style cleanup
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 30 May 2013 13:56:21 +0000 (08:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Jun 2013 17:14:48 +0000 (10:14 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c
index 67e815b2db00e4d406693f82e96b11bb701509a5..b114cc922d4abce741b56e9da11fbef1382b4008 100644 (file)
@@ -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;