1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

Whitespace fix

This commit is contained in:
Andy Wingo 2022-05-26 08:37:02 +02:00
parent 157d40466b
commit bc73c5ad02

View file

@ -987,7 +987,7 @@ static size_t next_hole(struct mutator *mut) {
// No empty block? Return 0 to cause collection.
if (!block)
return 0;
// Otherwise return the block to the mutator.
struct block_summary *summary = block_summary_for_addr(block);
block_summary_set_flag(summary, BLOCK_NEEDS_SWEEP);