summaryrefslogtreecommitdiffstats
path: root/strcase.scm
diff options
context:
space:
mode:
Diffstat (limited to 'strcase.scm')
-rw-r--r--strcase.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/strcase.scm b/strcase.scm
index f2c8331..b46b223 100644
--- a/strcase.scm
+++ b/strcase.scm
@@ -18,7 +18,7 @@
(define (string-upcase str)
(string-upcase! (string-copy str)))
-
+
(define (string-downcase! str)
(do ((i (- (string-length str) 1) (- i 1)))
((< i 0) str)