summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorduianto <duianto@users.noreply.github.com>2019-01-21 21:44:45 +0100
committerduianto <duianto@users.noreply.github.com>2019-01-21 21:44:45 +0100
commit404865e63b822a1afc0c95d27390edaff9fc2061 (patch)
treed6081448b54b6d6c0ba47c7b33cf4f98045b4e5c /helm-misc.el
parente57c8f8e4666ed9bcf86e8c3b740fa054d127c5d (diff)
Remove trailing whitespace(s)
And one case of a whitespace before a closing double quote, the double quotes are removed when helm-autoloads.el is generated.
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-misc.el b/helm-misc.el
index 971650bf..9701e4e2 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -136,7 +136,7 @@
(cl-loop for i in candidates
for (z . p) in display-time-world-list
collect
- (cons
+ (cons
(cond ((string-match (format-time-string "%H:%M" (current-time)) i)
(propertize i 'face 'helm-time-zone-current))
((string-match helm-time-zone-home-location i)