Fixed whitespaces.
authorDaiki Ueno <ueno@unixuser.org>
Sun, 18 Jul 2004 20:49:43 +0000 (20:49 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sun, 18 Jul 2004 20:49:43 +0000 (20:49 +0000)
lisp/riece-filter.el

index 6c5f44c..91ac12c 100644 (file)
@@ -99,8 +99,8 @@
             (match-string 4))          ;reply string
          (if (looking-at "\\(:\\([^ ]+\\) +\\)?\\([^ ]+\\) +\\(.*\\)\r\n")
              (riece-handle-message
-              (match-string 2) ;optional prefix
-              (match-string 3) ;command
+              (match-string 2)         ;optional prefix
+              (match-string 3)         ;command
               (match-string 4))        ;params & trailing
            (if riece-debug
                (message "Weird message from server: %s"