changeset 70006:ccc2eb385394

Remove eol whitespace; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 13 Apr 2006 13:29:22 +0000
parents 6b2e69b964c8
children 19ab508f832f
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Thu Apr 13 10:55:47 2006 +0000
+++ b/lisp/vc.el	Thu Apr 13 13:29:22 2006 +0000
@@ -3310,8 +3310,8 @@
       (let* ((color (or (vc-annotate-compcar difference vc-annotate-color-map)
 			(cons nil vc-annotate-very-old-color)))
 	     ;; substring from index 1 to remove any leading `#' in the name
-	     (face-name (concat "vc-annotate-face-" 
-				(if (string-equal 
+	     (face-name (concat "vc-annotate-face-"
+				(if (string-equal
 				     (substring (cdr color) 0 1) "#")
 				    (substring (cdr color) 1)
 				  (cdr color))))