Commit Diff


commit - 9d0fa121cc0343b6d6549c1f584854e815532186
commit + d61a86355960fe8b722abcf7ca17ab1555098469
blob - 882970f5f88ba26265bb6875bd8ebbc3777faf9d
blob + af97fc882efa30b5ebc01897ec55019079161295
--- lib/repository_admin.c
+++ lib/repository_admin.c
@@ -1450,7 +1450,7 @@ repo_purge_redundant_packfiles(struct got_repository *
 	sorted = calloc(npacks, sizeof(*sorted));
 	if (sorted == NULL)
 		return got_error_from_errno("calloc");
-	
+
 	err = got_object_id_str(&id_str, large_pack_hash);
 	if (err)
 		goto done;