Skip to content

Commit 4b8f772

Browse files
felipecgitster
authored andcommitted
sha1_file: trivial style cleanup
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fada522 commit 4b8f772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha1_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset,
21382138
if (!data)
21392139
die("failed to apply delta");
21402140

2141-
free (delta_data);
2141+
free(delta_data);
21422142
}
21432143

21442144
*final_type = type;

0 commit comments

Comments
 (0)