summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-02-07 19:36:08 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-02-07 19:36:08 +0100
commit7c5d910162ea33197b7e3656355f9b2eb2f538f2 (patch)
treeb4d54aa6e22d9abe33c6108d91596dc81e510867
parent41a3c2229459a60883838388c6e9c6c92fbfa6ab (diff)
Fix long lines, no code change
* helm.el (helm-split-window-default-fn): Do it.
-rw-r--r--helm.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/helm.el b/helm.el
index 3b262d7b..c15aa4ad 100644
--- a/helm.el
+++ b/helm.el
@@ -3016,8 +3016,10 @@ value of `split-window-preferred-function' will be used by `display-buffer'."
(if (or (one-window-p t)
helm-split-window-inside-p)
(split-window
- (selected-window) nil (if (eq helm-split-window-default-side 'other)
- helm-split-window-other-side-when-one-window helm-split-window-default-side))
+ (selected-window) nil
+ (if (eq helm-split-window-default-side 'other)
+ helm-split-window-other-side-when-one-window
+ helm-split-window-default-side))
;; If more than one window reuse one of them.
(cl-case helm-split-window-default-side
(left (or (helm-window-in-direction 'left)