wingo pushed a commit to branch wip-whippet
in repository guile.

commit bc73c5ad02a9b2506e1392982f8598d328d33852
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Thu May 26 08:37:02 2022 +0200

    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);

Reply via email to