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:
parent
fada522129
commit
4b8f772ce4
@ -2138,7 +2138,7 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset,
|
|||||||
if (!data)
|
if (!data)
|
||||||
die("failed to apply delta");
|
die("failed to apply delta");
|
||||||
|
|
||||||
free (delta_data);
|
free(delta_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
*final_type = type;
|
*final_type = type;
|
||||||
|
Loading…
Reference in New Issue
Block a user