From 4882df8285351a30f804e4129aec1be8870bb608 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Dec 2017 15:46:44 -0800 Subject: [PATCH] Whitespace change --- lisp/use-package/use-package-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index b46bdfa8651..649779bb271 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -877,7 +877,8 @@ representing symbols (that may need to be autloaded)." (let ((body (use-package-process-keywords name rest state))) (use-package-concat (mapcar #'(lambda (path) - `(eval-and-compile (add-to-list 'load-path ,path))) arg) + `(eval-and-compile (add-to-list 'load-path ,path))) + arg) body))) ;;;; :no-require -- 2.39.2