mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 06:20:30 +02:00
Whitespace fix
This commit is contained in:
parent
157d40466b
commit
bc73c5ad02
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue