commit e2bc7eacc7fc0b0bb7659f08d380c3c7c4397890 from: Stefan Sperling date: Sun May 25 16:42:07 2025 UTC whitespace fix; spotted by op@ commit - 22941965a71a75c83d27356f833ea780bb226975 commit + e2bc7eacc7fc0b0bb7659f08d380c3c7c4397890 blob - 683c93b529c8fd992f426ac0b30fbb719910c71c blob + fe0433e0d9628d4eecbf4e2a7b0e0f1327ee3cb5 --- lib/repository_admin.c +++ lib/repository_admin.c @@ -1453,7 +1453,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;