]> git.eshelyaron.com Git - emacs.git/commitdiff
Collapse some whitespace
authorJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 08:25:21 +0000 (03:25 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 08:25:21 +0000 (03:25 -0500)
lisp/use-package/use-package.el

index b7ef29aae0effdaca3137d249ffc3bebd4801004..3f51372f055491a4489d3c6929797d2e59b6faae 100644 (file)
@@ -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))