Commit Diff


commit - a796e0cb12ad167297cddaf8af0067b49ba52b44
commit + 83592549c4d0fd93b998c76efe6d1cb9286d4e8b
blob - 64771eaacb0ae28618ec0ff2c995856c28fe5444
blob + 583ca55f32040db74e7183c9699d27a041461539
--- 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;