]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation to appease git hooks
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Feb 2025 16:32:03 +0000 (17:32 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 13 Feb 2025 11:51:03 +0000 (12:51 +0100)
* lisp/emacs-lisp/package-x.el (package-upload-buffer-internal):
Fix indentation.

(cherry picked from commit cdf9f3ae19d9b5f82a3677f4a9b7585e956cded6)

lisp/emacs-lisp/package-x.el

index 31996662c38901730cd6fcd6cf78a37ffd7209a9..68a62df90f7b21f7d1645723fc69005d2299e154 100644 (file)
@@ -245,9 +245,9 @@ if it exists."
            ;; If there is a commentary section, write it.
            (when commentary
              (write-region commentary nil
-                           (expand-file-name
-                            (concat (symbol-name pkg-name) "-readme.txt")
-                            package-archive-upload-base)))
+                            (expand-file-name
+                             (concat (symbol-name pkg-name) "-readme.txt")
+                             package-archive-upload-base)))
 
            (set-buffer (if (eq file-type 'tar) tar-data-buffer pkg-buffer))
            (write-region (point-min) (point-max)