summaryrefslogtreecommitdiff
path: root/helm-semantic.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-semantic.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-semantic.el')
-rw-r--r--helm-semantic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index dcb55e09..402abb60 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -118,7 +118,7 @@ you have completion on these functions with `C-M i' in the customize interface."
(with-current-buffer helm-buffer
(when (looking-at " ")
(goto-char (next-single-property-change
- (point-at-bol) 'semantic-tag nil (point-at-eol))))
+ (point-at-bol) 'semantic-tag nil (point-at-eol))))
(let ((tag (get-text-property (point) 'semantic-tag)))
(semantic-go-to-tag tag)
(unless persistent