summaryrefslogtreecommitdiffstats
path: root/srfi/srfi-125-impl.scm
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2021-11-13 15:44:38 -0800
committerGravatar Arthur A. Gleckler 2021-11-13 15:44:38 -0800
commit88bc7f2195e503f35a94011cda141a1ae34feb32 (patch)
treeefe6be47c0f48544ea8c88207016680c8aee3504 /srfi/srfi-125-impl.scm
parentMerge remote-tracking branch 'upstream/master' (diff)
Drop trailing whitespace.
Diffstat (limited to 'srfi/srfi-125-impl.scm')
-rw-r--r--srfi/srfi-125-impl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/srfi/srfi-125-impl.scm b/srfi/srfi-125-impl.scm
index 5705613..9ac64d7 100644
--- a/srfi/srfi-125-impl.scm
+++ b/srfi/srfi-125-impl.scm
@@ -12,7 +12,7 @@
body ...
(let ((table (t125-hash-table-copy table #f)))
final-expr))))))
-
+
(define (t125-hash-table-mutable?* dtd table)
(t125-hash-table-mutable? table))
@@ -55,7 +55,7 @@
(define (t125-hash-table-map* dtd proc table)
(guard-immutable table
- (t125-hash-table-map! proc table)
+ (t125-hash-table-map! proc table)
table))
(define (t125-hash-table-filter* dtd proc table)