Commit c54542a0f027a3421f0bc3110b6bbaaa6b53522c

Stefan Sperling 2018-01-13T12:27:47

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/pack.c b/lib/pack.c
index 8519e44..e5e1540 100644
--- a/lib/pack.c
+++ b/lib/pack.c
@@ -416,6 +416,7 @@ done:
 		fclose(*f);
 	return err;
 }
+
 static const struct got_error *
 extract_object(FILE **f, const char *path_packdir,
     struct got_packidx_v2_hdr *packidx, struct got_object_id *id)