]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove eol whitespace; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 13 Apr 2006 13:29:22 +0000 (13:29 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 13 Apr 2006 13:29:22 +0000 (13:29 +0000)
lisp/vc.el

index 19b2f0f4a72b6184466089e7fdd8e702beea8642..9a782b4f11d6305424ca910ec714abd9a1944c2e 100644 (file)
@@ -3310,8 +3310,8 @@ The annotations are relative to the current time, unless overridden by OFFSET."
       (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))))