summaryrefslogtreecommitdiff
path: root/helm-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-19 07:59:38 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-19 07:59:38 +0200
commit9973867e41377bdcb92e7072895017ea502f3753 (patch)
treec3ba09aceb08fdf1c82c78e985ba8f76d995f35c /helm-files.el
parentd9c0eb85decca25f96907dfaba19da708ee241d3 (diff)
* helm-files.el (helm-browse-project): Reindent and remove trailing ws.
Diffstat (limited to 'helm-files.el')
-rw-r--r--helm-files.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm-files.el b/helm-files.el
index 1fd9bcfb..e6bd54b4 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -2920,10 +2920,10 @@ and
(helm-hg-find-files-in-project))
(t (let ((cur-dir (helm-browse-project-get--root-dir
(helm-current-directory))))
- (if (or arg (gethash cur-dir helm--browse-project-cache))
+ (if (or arg (gethash cur-dir helm--browse-project-cache))
(helm-browse-project-find-files cur-dir (equal arg '(16)))
- (helm :sources (helm-browse-project-build-buffers-source cur-dir)
- :buffer "*helm browse project*"))))))
+ (helm :sources (helm-browse-project-build-buffers-source cur-dir)
+ :buffer "*helm browse project*"))))))
(defun helm-browse-project-get--root-dir (directory)
(cl-loop with dname = (file-name-as-directory directory)