a few fixups
[bpt/guile.git] / module / language / scheme / spec.scm
index e6b7d3b..4564fb9 100644 (file)
   #:version    "0.5"
   #:reader     read
   #:read-file  read-file
-  #:compilers   `(
-                  (tree-il . ,compile-tree-il)
-                  (ghil . ,compile-ghil)
-                  )
+  #:compilers   `((tree-il . ,compile-tree-il)
+                  (ghil . ,compile-ghil))
   #:decompilers `((tree-il . ,decompile-tree-il))
   #:evaluator  (lambda (x module) (primitive-eval x))
   #:printer    write