commit 7b771fb638e62245e029bcceaa32c0dce315b23c from: Omar Polo date: Mon Feb 13 11:22:28 2023 UTC style commit - 0c2ef172a69b83723fda636ca209754ac7995dc1 commit + 7b771fb638e62245e029bcceaa32c0dce315b23c blob - d3624830234626794cb116fcaee59a11d7cac75b blob + 9083934675b3b32e704eef4694a40efb00f02aa7 --- libexec/got-read-pack/got-read-pack.c +++ libexec/got-read-pack/got-read-pack.c @@ -544,7 +544,8 @@ tree_path_changed(int *changed, uint8_t **buf1, uint8_ free(*buf2); *buf2 = NULL; err = open_tree(buf2, entries2, nentries2, - nentries_alloc2, pack, packidx, idx, &id2, objcache); + nentries_alloc2, pack, packidx, idx, &id2, + objcache); pte2 = NULL; if (err) break;