summaryrefslogtreecommitdiff
path: root/src/pack-objects.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/pack-objects.c
parente564fc65b53b67ff0753749caa07b7877fb22420 (diff)
downloadlibgit2-a03952f09547cc72c8edda503aac8ab9652f3c98.tar.gz
patch: formatting cleanups
Diffstat (limited to 'src/pack-objects.c')
-rw-r--r--src/pack-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack-objects.c b/src/pack-objects.c
index ec15970f3..20a8e47ab 100644
--- a/src/pack-objects.c
+++ b/src/pack-objects.c
@@ -888,7 +888,7 @@ static unsigned int check_delta_limit(git_pobject *me, unsigned int n)
static unsigned long free_unpacked(struct unpacked *n)
{
unsigned long freed_mem = 0;
-
+
if (n->index) {
freed_mem += git_delta_index_size(n->index);
git_delta_index_free(n->index);