1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

Remove superfluous space

This commit is contained in:
Ian Price 2015-06-09 17:08:59 +01:00
parent 44e04eae0a
commit f83c651f46

View file

@ -17,7 +17,7 @@
(define (rename id) (define (rename id)
(cond ((and (integer? id) (>= id 0)) (cond ((and (integer? id) (>= id 0))
(format #f "k_~a " id)) (format #f "k_~a" id))
((symbol? id) ((symbol? id)
(js-id (symbol->string id))) (js-id (symbol->string id)))
((string? id) ((string? id)