diff lisp/net/sasl-digest.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 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/net/sasl-digest.el	Thu Sep 02 01:33:31 2010 +0000
+++ b/lisp/net/sasl-digest.el	Thu Sep 02 01:42:32 2010 +0000
@@ -95,10 +95,10 @@
 	 (md5-binary
 	  (concat
 	   (encode-hex-string
-	    (md5-binary (concat (md5-binary 
+	    (md5-binary (concat (md5-binary
 				 (concat username ":" realm ":" passphrase))
 				":" nonce ":" cnonce
-				(if authzid 
+				(if authzid
 				    (concat ":" authzid)))))
 	   ":" nonce
 	   ":" (format "%08x" nonce-count) ":" cnonce ":" qop ":"