summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-18 16:24:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-18 16:24:21 +0200
commit1592c28fc45c305ecc36d94a2e6f9e7baeb93615 (patch)
tree116e4ff2a13652bd8c5fc79358cd7368641faa48 /helm-semantic.el
parent2840076ce71fc641726a4661e358e00b55ce77a1 (diff)
Reindent all files.
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 8528986b..5a51695a 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -43,7 +43,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)
@@ -115,7 +115,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)