mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Remove superfluous space
This commit is contained in:
parent
44e04eae0a
commit
f83c651f46
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
(define (rename id)
|
||||
(cond ((and (integer? id) (>= id 0))
|
||||
(format #f "k_~a " id))
|
||||
(format #f "k_~a" id))
|
||||
((symbol? id)
|
||||
(js-id (symbol->string id)))
|
||||
((string? id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue