branch: elpa/projectile
commit fba60e7c6e16efe0656a2582d901eab9e97cc226
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Kill some tabs
---
 projectile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectile.el b/projectile.el
index 50c3d3b845..b5e674773f 100644
--- a/projectile.el
+++ b/projectile.el
@@ -2835,8 +2835,8 @@ ones and overrule settings in the other lists."
     (while plists
       (setq ls (pop plists))
       (while ls
-       (setq p (pop ls) v (pop ls))
-       (setq rtn (plist-put rtn p v))))
+        (setq p (pop ls) v (pop ls))
+        (setq rtn (plist-put rtn p v))))
     rtn))
 
 (cl-defun projectile--build-project-plist

Reply via email to