From 46408039495bd9f44774712b3365f641b7abcc89 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 17 Apr 1999 15:55:54 +0000 Subject: [PATCH] Formatting tweak. --- libguile/gc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libguile/gc.c b/libguile/gc.c index 943acf42d..d80e711ba 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -773,9 +773,9 @@ gc_mark_nimp: { SCM alist; alist = SCM_VELTS (ptr)[x]; - /* mark everything on the alist - * except the keys or values, according to weak_values and weak_keys. - */ + + /* mark everything on the alist except the keys or + * values, according to weak_values and weak_keys. */ while ( SCM_NIMP (alist) && SCM_CONSP (alist) && !SCM_GCMARKP (alist)