summaryrefslogtreecommitdiff
path: root/src/patch_diff.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-09-25 12:44:14 -0400
committerEdward Thomson <ethomson@github.com>2016-05-26 13:01:07 -0500
commita03952f09547cc72c8edda503aac8ab9652f3c98 (patch)
tree6bc051fde43e583dd036b42c8ed4863ac60e52f3 /src/patch_diff.c
parente564fc65b53b67ff0753749caa07b7877fb22420 (diff)
downloadlibgit2-a03952f09547cc72c8edda503aac8ab9652f3c98.tar.gz
patch: formatting cleanups
Diffstat (limited to 'src/patch_diff.c')
-rw-r--r--src/patch_diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch_diff.c b/src/patch_diff.c
index b8adcf3e1..bae0bd227 100644
--- a/src/patch_diff.c
+++ b/src/patch_diff.c
@@ -25,7 +25,7 @@ static void patch_diff_free(git_patch *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__free((char *)patch->base.binary.old_file.data);