Commit 89a34d6e53b40dde314248e45b8f3b626fbf85c6

Stefan Sperling 2022-06-18T16:32:12

wrap an overlong line in enumeration_request()

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/libexec/got-read-pack/got-read-pack.c b/libexec/got-read-pack/got-read-pack.c
index c852d54..71fcef9 100644
--- a/libexec/got-read-pack/got-read-pack.c
+++ b/libexec/got-read-pack/got-read-pack.c
@@ -1481,8 +1481,9 @@ enumeration_request(struct imsg *imsg, struct imsgbuf *ibuf,
 			continue;
 		}
 
-		err = enumerate_tree(&have_all_entries, ibuf, &totlen, tree_id, "/",
-		    pack, packidx, objcache, idset, &trees, &nalloc, &ntrees);
+		err = enumerate_tree(&have_all_entries, ibuf, &totlen,
+		    tree_id, "/", pack, packidx, objcache, idset,
+		    &trees, &nalloc, &ntrees);
 		if (err)
 			goto done;