whitespace fix from Omar Polo
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;