Whitespace cleanup in lisp
[sxemacs] / lisp / packages.el
index 8d82d65..34a555c 100644 (file)
@@ -181,8 +181,8 @@ to the specified name LIBRARY.
 If the optional third arg PATH is specified, that list of directories
 is used instead of `load-path'."
   (interactive (list (read-library-name "Locate library: ")
-                     nil nil
-                     t))
+                    nil nil
+                    t))
   (let ((result
         (locate-file
          library
@@ -342,7 +342,7 @@ This function is basically a wrapper over `locate-file'."
   ;; make sure paths-find-version-directory and paths-find-site-directory
   ;; don't both pick up version-independent directories ...
   (let ((version-directory (paths-find-version-archindep-directory
-                            roots base nil nil t))
+                           roots base nil nil t))
        (site-directory (paths-find-site-archindep-directory roots base)))
     (paths-uniq-append
      (and version-directory (list version-directory))