diff lisp/net/imap.el @ 110111:5b9f64b04a04

Delete all trailing white space.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Sep 2010 01:42:32 +0000
parents 8d09094063d0
children 3d982e5c5f58
line wrap: on
line diff
--- a/lisp/net/imap.el	Thu Sep 02 01:33:31 2010 +0000
+++ b/lisp/net/imap.el	Thu Sep 02 01:42:32 2010 +0000
@@ -1227,7 +1227,7 @@
       (when user (setq imap-username user))
       (when passwd (setq imap-password passwd))
       (if imap-auth
-	  (and (setq imap-last-authenticator 
+	  (and (setq imap-last-authenticator
 		     (assq imap-auth imap-authenticator-alist))
 	       (funcall (nth 2 imap-last-authenticator) (current-buffer))
 	       (setq imap-state 'auth))