commit ed1b7d154b05534af7ddad5e3d4f4022ba7e1f40 from: Mark Jamsek date: Thu Jan 30 12:15:39 2025 UTC whitespace and unwrap a line; no functional changes commit - 6ccfa59fe1e4e406b576a35469ad7a5b871b274a commit + ed1b7d154b05534af7ddad5e3d4f4022ba7e1f40 blob - b8de462a868ea019db806d3f84da929a32cc590b blob + e8daf0c59673cc77a168a4e76ca27d5c92a85bd6 --- lib/pack_create_privsep.c +++ lib/pack_create_privsep.c @@ -116,9 +116,8 @@ send_filtered_id_queue(struct imsgbuf *ibuf, struct go return err; nids = 0; } - } - + if (nids > 0) { err = got_privsep_send_object_idlist(ibuf, filtered_ids, nids); if (err) blob - 9c7646c870a7ddbf9a22618d09e3549ef5d9cdb4 blob + 460ebb155dc401a8750ca217414e546ddad73c5a --- lib/privsep.c +++ lib/privsep.c @@ -3378,8 +3378,7 @@ const struct got_error * got_privsep_init_commit_painting(struct imsgbuf *ibuf) { if (imsg_compose(ibuf, GOT_IMSG_COMMIT_PAINTING_INIT, - 0, 0, -1, NULL, 0) - == -1) + 0, 0, -1, NULL, 0) == -1) return got_error_from_errno("imsg_compose " "COMMIT_PAINTING_INIT");