summaryrefslogtreecommitdiffstats
path: root/srfi/225
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-19 20:36:10 -0700
committerGravatar Arthur A. Gleckler 2022-09-19 20:36:10 -0700
commita893afd4f6a7a515f555fd09b003a3e7ec7a310c (patch)
treed0285391ecedae7b81a2b0a4da01880ebd363c01 /srfi/225
parentMerge branch 'master' of github.com:johnwcowan/srfi-225 (diff)
Drop trailing whitespace.
Diffstat (limited to 'srfi/225')
-rw-r--r--srfi/225/default-impl.sld2
-rw-r--r--srfi/225/srfi-146-impl.sld2
2 files changed, 2 insertions, 2 deletions
diff --git a/srfi/225/default-impl.sld b/srfi/225/default-impl.sld
index 0c7d75c..c6d493c 100644
--- a/srfi/225/default-impl.sld
+++ b/srfi/225/default-impl.sld
@@ -254,7 +254,7 @@
(define (accept el)
(and (upper el) (lower el)))
- (dict-map
+ (dict-map
dto
(lambda (key value)
(when (accept key)
diff --git a/srfi/225/srfi-146-impl.sld b/srfi/225/srfi-146-impl.sld
index d9577b4..163bf66 100644
--- a/srfi/225/srfi-146-impl.sld
+++ b/srfi/225/srfi-146-impl.sld
@@ -14,7 +14,7 @@
(define (mapping-map* dto proc dict)
(mapping-map (lambda (key value)
- (values key (proc key value)))
+ (values key (proc key value)))
(dict-comparator dto dict) dict))
(define (mapping-find-update* dto dict key failure success)
o' width='13' height='13' alt='Gravatar' /> dmaas 5-39/+161 2003-01-15implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488