From bc73c5ad02a9b2506e1392982f8598d328d33852 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 26 May 2022 08:37:02 +0200 Subject: [PATCH] Whitespace fix --- whippet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);