branch: elpa/helm
commit fa7c962e8e82a536af512e6aa4fd362d4d72cd86
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Reindent only
---
 helm-man.el  | 4 ++--
 helm-mode.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm-man.el b/helm-man.el
index 32170516e7..1db5c57faf 100644
--- a/helm-man.el
+++ b/helm-man.el
@@ -106,8 +106,8 @@ source.")
 With a prefix arg reinitialize the cache."
   (interactive "P")
   (when arg (setq helm-man--pages nil))
-    (helm :sources 'helm-source-man-pages
-          :buffer "*helm man woman*"))
+  (helm :sources 'helm-source-man-pages
+        :buffer "*helm man woman*"))
 
 (provide 'helm-man)
 
diff --git a/helm-mode.el b/helm-mode.el
index 9966a1ec8c..89835f9a37 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1030,8 +1030,8 @@ that use `helm-comp-read'.  See `helm-M-x' for example."
                     (affixation-function . 
helm-symbol-completion-table-affixation)
                     (category . symbol-help)))
     (eww-help . (metadata ;; Emacs-30 only
-                    (affixation-function . helm-completion-eww-affixation)
-                    (category . eww-help)))
+                 (affixation-function . helm-completion-eww-affixation)
+                 (category . eww-help)))
     (package . (metadata
                 (affixation-function . helm-completion-package-affixation)
                 (category . package)))

Reply via email to