diff options
| author | Nick Barnes | 2001-12-17 15:18:17 +0000 |
|---|---|---|
| committer | Nick Barnes | 2001-12-17 15:18:17 +0000 |
| commit | db4b3a6fa51ea452f62ed64612da5466d7bc292e (patch) | |
| tree | 4401c0c97d4df2e1c48ad06f263c27199e92d5dc /mps/code/amcss.c | |
| parent | c864931fe4271b6592ca4a76ce856938d263c74a (diff) | |
| download | emacs-db4b3a6fa51ea452f62ed64612da5466d7bc292e.tar.gz emacs-db4b3a6fa51ea452f62ed64612da5466d7bc292e.zip | |
Remove trailing whitespace.
Copied from Perforce
Change: 25309
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/amcss.c')
| -rw-r--r-- | mps/code/amcss.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
| 50 | static void report(mps_arena_t arena) | 50 | static void report(mps_arena_t arena) |
| 51 | { | 51 | { |
| 52 | mps_message_t message; | 52 | mps_message_t message; |
| 53 | 53 | ||
| 54 | while (mps_message_get(&message, arena, mps_message_type_gc())) { | 54 | while (mps_message_get(&message, arena, mps_message_type_gc())) { |
| 55 | size_t live, condemned, not_condemned; | 55 | size_t live, condemned, not_condemned; |
| 56 | 56 | ||
| @@ -163,7 +163,7 @@ static void *test(void *arg, size_t s) | |||
| 163 | break; | 163 | break; |
| 164 | } | 164 | } |
| 165 | } while(1); | 165 | } while(1); |
| 166 | 166 | ||
| 167 | report(arena); | 167 | report(arena); |
| 168 | for(r = 0; r < exactRootsCOUNT; ++r) | 168 | for(r = 0; r < exactRootsCOUNT; ++r) |
| 169 | cdie(exactRoots[r] == objNULL || | 169 | cdie(exactRoots[r] == objNULL || |