diff --git a/whippet.h b/whippet.h index f62e81c3b..1f72430d6 100644 --- a/whippet.h +++ b/whippet.h @@ -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);