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:
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.
|
// No empty block? Return 0 to cause collection.
|
||||||
if (!block)
|
if (!block)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
// Otherwise return the block to the mutator.
|
// Otherwise return the block to the mutator.
|
||||||
struct block_summary *summary = block_summary_for_addr(block);
|
struct block_summary *summary = block_summary_for_addr(block);
|
||||||
block_summary_set_flag(summary, BLOCK_NEEDS_SWEEP);
|
block_summary_set_flag(summary, BLOCK_NEEDS_SWEEP);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue