diff lisp/gnus/ecomplete.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 627742e646c4
line wrap: on
line diff
--- a/lisp/gnus/ecomplete.el	Thu Sep 02 01:33:31 2010 +0000
+++ b/lisp/gnus/ecomplete.el	Thu Sep 02 01:42:32 2010 +0000
@@ -95,7 +95,7 @@
   (let* ((elems (cdr (assq type ecomplete-database)))
 	 (match (regexp-quote match))
 	 (candidates
-	  (sort 
+	  (sort
 	   (loop for (key count time text) in elems
 		 when (string-match match text)
 		 collect (list count time text))