From: John Wiegley Date: Mon, 16 Mar 2015 08:25:21 +0000 (-0500) Subject: Collapse some whitespace X-Git-Tag: emacs-29.0.90~1306^2~15^2~380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21a091f17a;p=emacs.git Collapse some whitespace --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index b7ef29aae0e..3f51372f055 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -607,12 +607,8 @@ deferred until the prefix key sequence is pressed." "Pin PACKAGE to ARCHIVE." (unless (boundp 'package-pinned-packages) (setq package-pinned-packages ())) - (let ((archive-symbol (if (symbolp archive) - archive - (intern archive))) - (archive-name (if (stringp archive) - archive - (symbol-name archive)))) + (let ((archive-symbol (if (symbolp archive) archive (intern archive))) + (archive-name (if (stringp archive) archive (symbol-name archive)))) (if (use-package--archive-exists-p archive-symbol) (add-to-list 'package-pinned-packages (cons package archive-name))