summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
commit9bc2702cf13e5096e391088208cc71e580cf2fd7 (patch)
tree40e5c133faeae2a14a47b1e5b9c84161d9cb8451 /helm-semantic.el
parente6c3ff112066f64777407256518e7ebb590a03c9 (diff)
Reindent all again.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 9eeae673..cda23cc3 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -58,7 +58,7 @@
(if (and class (not type-p))
(format "%s%sClass(%s) "
spaces (if (< depth 2) "" "├►") class)
- spaces)
+ spaces)
;; Save the tag for later
(propertize (semantic-format-tag-summarize tag nil t)
'semantic-tag tag)
@@ -132,7 +132,7 @@ Fill in the symbol at point by default."
(interactive)
(let* ((source (if (semantic-active-p)
'helm-source-semantic
- 'helm-source-imenu))
+ 'helm-source-imenu))
(imenu-p (eq source 'helm-source-imenu))
(str (thing-at-point 'symbol))
(imenu-auto-rescan imenu-p)