diff lisp/gnus/mm-encode.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 52d99cc2e9e3
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/gnus/mm-encode.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/gnus/mm-encode.el	Tue Feb 04 13:24:35 2003 +0000
@@ -1,4 +1,4 @@
-;;; mm-encode.el --- functions for encoding MIME things 
+;;; mm-encode.el --- functions for encoding MIME things
 ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -144,7 +144,7 @@
       (while rules
 	(when (string-match (caar rules) type)
 	  (throw 'found
-		 (let ((encoding 
+		 (let ((encoding
 			(if (eq (cadr (car rules)) 'qp-or-base64)
 			    (mm-qp-or-base64)
 			  (cadr (car rules)))))