wisp
 
(Arne Babenhauserheide)
2014-11-17: align scheme example.

align scheme example.

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -22,7 +22,7 @@ Wisp expressions can include any s-expre
 #+BEGIN_SRC scheme
   (define (hello who)
     (format #t "~A ~A!\n"
-            "Hello" who))
+               "Hello" who))
 #+END_SRC
 #+html: </td></tr></table>