patch: formatting cleanups

This commit is contained in:
Edward Thomson 2015-09-25 12:44:14 -04:00 committed by Edward Thomson
parent e564fc65b5
commit a03952f095
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ static void patch_diff_free(git_patch *p)
{ {
git_patch_diff *patch = (git_patch_diff *)p; git_patch_diff *patch = (git_patch_diff *)p;
git_array_clear(patch->base.lines); git_array_clear(patch->base.lines);
git_array_clear(patch->base.hunks); git_array_clear(patch->base.hunks);
git__free((char *)patch->base.binary.old_file.data); git__free((char *)patch->base.binary.old_file.data);