Commit 474b498221b19828b2bcb8e5c5b2ced63acbd1a6

Stefan Sperling 2021-09-25T10:26:25

whitespace fix from Omar Polo

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libexec/got-send-pack/got-send-pack.c b/libexec/got-send-pack/got-send-pack.c
index 7869acc..eb8f383 100644
--- a/libexec/got-send-pack/got-send-pack.c
+++ b/libexec/got-send-pack/got-send-pack.c
@@ -218,7 +218,6 @@ send_their_ref(struct imsgbuf *ibuf, struct got_object_id *refid,
 static const struct got_error *
 send_ref_status(struct imsgbuf *ibuf, const char *refname, int success,
     struct got_pathlist_head *refs, struct got_pathlist_head *delete_refs)
-
 {
 	const struct got_error *err = NULL;
 	struct ibuf *wbuf;