mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-28 02:23:48 -05:00
sha1_file: trivial style cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
fada522129
commit
4b8f772ce4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user