summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2006-04-13 13:29:22 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2006-04-13 13:29:22 +0000
commit1007cd5f2beb810ee16e830e6bf84d9907ab76d3 (patch)
tree738714d9674226f3ceb1b7f579d3f7f79af6ec76 /lisp/vc.el
parentcda4c00bef6556b851f007b22818060a55b4bb43 (diff)
downloademacs-1007cd5f2beb810ee16e830e6bf84d9907ab76d3.tar.gz
Remove eol whitespace; nfc.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 19b2f0f4a72..9a782b4f11d 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -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))))