guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 16/99: Remove superfluous space


From: Christopher Allan Webber
Subject: [Guile-commits] 16/99: Remove superfluous space
Date: Sun, 10 Oct 2021 21:50:44 -0400 (EDT)

cwebber pushed a commit to branch compile-to-js-merge
in repository guile.

commit f83c651f462c7c6c091fda1e6b4b3b39fc57b2f1
Author: Ian Price <ianprice90@googlemail.com>
AuthorDate: Tue Jun 9 17:08:59 2015 +0100

    Remove superfluous space
---
 module/language/js-il/compile-javascript.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/language/js-il/compile-javascript.scm 
b/module/language/js-il/compile-javascript.scm
index 3c9385b..0952a86 100644
--- a/module/language/js-il/compile-javascript.scm
+++ b/module/language/js-il/compile-javascript.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]