commit 532c57c6a9069368bff908ee684e60d98ed3794c from: Mark Jamsek via: Thomas Adam date: Thu Jan 30 18:04:18 2025 UTC whitespace and unwrap a line; no functional changes commit - d22b3dbc4e92ed8f515c9fd4cd2e22bbb40cb441 commit + 532c57c6a9069368bff908ee684e60d98ed3794c blob - 209b393f44f5a2f7813238dde4fcbd2285f9811f blob + 91f0b649cfae4d7a6a165ffe37a184900acf4c0f --- lib/pack_create_privsep.c +++ lib/pack_create_privsep.c @@ -114,9 +114,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 - 737f2fd3eae3d2bd2a1672cca89b7c82faa58ce8 blob + 106d1a9f8b921c7f2648c52049f36704e1ff9d87 --- lib/privsep.c +++ lib/privsep.c @@ -3377,8 +3377,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");