removing whitespace
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Nov 2015 23:03:41 +0000 (17:03 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Nov 2015 23:03:41 +0000 (17:03 -0600)
demos/ircbot.scm

index 0aef0d5430cc93c9849973c7f33727f76f920758..202c18c2a866170b39cd71dff30496796020001f 100755 (executable)
@@ -36,8 +36,8 @@
        ;; Add yours here
        (_
         (irc-format socket "PRIVMSG ~a :*stupid puppy look*" channel))))
-    (_ 
-     (cond 
+    (_
+     (cond
       (is-action
        (format #t "~a emoted ~s in channel ~a\n"
                speaker message channel))