From db4b3a6fa51ea452f62ed64612da5466d7bc292e Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Mon, 17 Dec 2001 15:18:17 +0000 Subject: Remove trailing whitespace. Copied from Perforce Change: 25309 ServerID: perforce.ravenbrook.com --- mps/code/amcss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mps/code/amcss.c') diff --git a/mps/code/amcss.c b/mps/code/amcss.c index 2e2f396ac9f..34983f61783 100644 --- a/mps/code/amcss.c +++ b/mps/code/amcss.c @@ -50,7 +50,7 @@ static void enable(mps_arena_t arena) static void report(mps_arena_t arena) { mps_message_t message; - + while (mps_message_get(&message, arena, mps_message_type_gc())) { size_t live, condemned, not_condemned; @@ -163,7 +163,7 @@ static void *test(void *arg, size_t s) break; } } while(1); - + report(arena); for(r = 0; r < exactRootsCOUNT; ++r) cdie(exactRoots[r] == objNULL || -- cgit v1.2.1