From: Chris Hanson Date: Thu, 7 Jun 2007 15:11:24 +0000 (+0000) Subject: Eliminate trailing whitespace. X-Git-Tag: 20090517-FFI~545 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=905a4dc98fa3991c502b8f44428ae9bc84cc4bf0;p=mit-scheme.git Eliminate trailing whitespace. --- diff --git a/v7/src/runtime/gcdemn.scm b/v7/src/runtime/gcdemn.scm index 080eeb9d0..e2e6c651c 100644 --- a/v7/src/runtime/gcdemn.scm +++ b/v7/src/runtime/gcdemn.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: gcdemn.scm,v 14.12 2007/01/05 21:19:28 cph Exp $ +$Id: gcdemn.scm,v 14.13 2007/06/07 15:11:24 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -63,7 +63,7 @@ USA. (add-gc-daemon! (lambda () (if (not *within-restore-window?*) - (daemon))))) + (daemon))))) ;;; SECONDARY-GC-DAEMONS are executed rarely. Their purpose is to ;;; reclaim storage that is either unlikely to be reclaimed or