; Fix indentation to appease git hooks

* lisp/emacs-lisp/package-x.el (package-upload-buffer-internal):
Fix indentation.
This commit is contained in:
Stefan Kangas 2025-02-12 17:32:03 +01:00
parent 2bb38cc46d
commit cdf9f3ae19

View 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)