]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/irc-log/irc-log.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / webapps / irc-log / irc-log.factor
index 4012f2ae1c88d49cbc5512819beb17c1dad8585f..f0a8baa53d208c7561afaf2698dd4f210f460669 100644 (file)
@@ -7,12 +7,12 @@ IN: webapps.irc-log
 
 TUPLE: irclog-app < dispatcher ;
 
-: irc-link ( channel -- string )   
+: irc-link ( channel -- string )
     gmt -7 hours convert-timezone >date<
     [ unparse 2 tail ] 2dip
     "http://bespin.org/~nef/logs/%s/%02s.%02d.%02d"
     sprintf ;
-    
+
 : <display-irclog-action> ( -- action )
     <action>
         [ "concatenative" irc-link <redirect> ] >>display ;