commit d283eca617a90979b34dc4892f2d632c8fcc080b from: Omar Polo date: Tue Jan 31 17:09:00 2023 UTC fmt commit - 265df21f29865b8cc1eb0f0b93b8ca91ff134414 commit + d283eca617a90979b34dc4892f2d632c8fcc080b blob - 8b8219e58dcd172645c354edfcb985499bd7faa6 blob + 090e1295d22509be22db0f79d2b6ce76332f2437 --- 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;