diff options
| author | 2021-11-13 15:44:38 -0800 | |
|---|---|---|
| committer | 2021-11-13 15:44:38 -0800 | |
| commit | 88bc7f2195e503f35a94011cda141a1ae34feb32 (patch) | |
| tree | efe6be47c0f48544ea8c88207016680c8aee3504 /srfi/srfi-69-impl.scm | |
| parent | Merge remote-tracking branch 'upstream/master' (diff) | |
Drop trailing whitespace.
Diffstat (limited to '')
| -rw-r--r-- | srfi/srfi-69-impl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-69-impl.scm b/srfi/srfi-69-impl.scm index fe4edf3..734c6b4 100644 --- a/srfi/srfi-69-impl.scm +++ b/srfi/srfi-69-impl.scm @@ -4,7 +4,7 @@ (define (prep-dtd-arg proc) (lambda (dtd . args) (apply proc args))) - + (define (t69-hash-table-mutable?* dtd table) #t) |
