Commit 197088a4e27004293735c7fc011bb92e1bf8fe75

Stefan Sperling 2021-12-27T05:20:04

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/fetch.c b/lib/fetch.c
index 3e7e0f2..6c0dbf4 100644
--- a/lib/fetch.c
+++ b/lib/fetch.c
@@ -98,7 +98,7 @@ got_fetch_connect(pid_t *fetchpid, int *fetchfd, const char *proto,
 	return err;
 }
 
-const struct got_error*
+const struct got_error *
 got_fetch_pack(struct got_object_id **pack_hash, struct got_pathlist_head *refs,
     struct got_pathlist_head *symrefs, const char *remote_name,
     int mirror_references, int fetch_all_branches,