summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-04 14:33:43 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-04 14:33:43 +0100
commit798c81fb8d714233ca4cc2bc62dd9d1e82610ec6 (patch)
tree2e3ba78e1815d025289b0ac97013d1c580110dab /helm-semantic.el
parent803605640224c17d96924a6fa9633764a118bf21 (diff)
reindent.
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 1557a4dc..9ee9c896 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -88,7 +88,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)))
(push-mark)
(helm :sources source
:buffer "*helm semantic/imenu*"