commit 0df2f4da548c03b7be3032d09620f7ab13daf62d from: Omar Polo via: Thomas Adam date: Fri Jan 27 16:48:21 2023 UTC delete trailing whitespaces commit - 822aa840f7ea5462378efd3cc4d908c8323ea595 commit + 0df2f4da548c03b7be3032d09620f7ab13daf62d blob - 6ba42b7276fc11f577bae03feed218bb23e495e6 blob + 8897e9d8ae20da5dd55d192ee2345062047108a2 --- lib/serve.c +++ lib/serve.c @@ -291,7 +291,7 @@ announce_refs(int outfd, struct imsgbuf *ibuf, int cli sizeof(lsref.repo_name)) return got_error(GOT_ERR_NO_SPACE); lsref.client_is_reading = client_is_reading; - + if (imsg_compose(ibuf, GOTD_IMSG_LIST_REFS, 0, 0, -1, &lsref, sizeof(lsref)) == -1) return got_error_from_errno("imsg_compose LIST_REFS"); @@ -1179,7 +1179,7 @@ recv_packfile(struct imsg *imsg, int infd) if (imsg->fd == -1) return got_error(GOT_ERR_PRIVSEP_NO_FD); - + packfd = imsg->fd; while (!pack_done) { ssize_t r = 0;