Commit Diff


commit - b6f6773045fc2a75fd5de6bf0d880c03c4f27aaa
commit + dd57e4abbc5d876d106027d907d8a2045a83656a
blob - 135b137b24fdb8fc616716b4ba6fa2fced4603e7
blob + d1c3926ffce145f1e67ee55564b78c322b9a34a3
--- lib/privsep.c
+++ lib/privsep.c
@@ -2997,7 +2997,8 @@ got_privsep_send_raw_delta(struct imsgbuf *ibuf, uint6
 const struct got_error *
 got_privsep_recv_raw_delta(uint64_t *base_size, uint64_t *result_size,
     off_t *delta_size, off_t *delta_compressed_size, off_t *delta_offset,
-    off_t *delta_out_offset, struct got_object_id **base_id, struct imsgbuf *ibuf)
+    off_t *delta_out_offset, struct got_object_id **base_id,
+    struct imsgbuf *ibuf)
 {
 	const struct got_error *err = NULL;
 	struct imsg imsg;