From: Stefan Kangas Date: Wed, 12 Feb 2025 16:32:03 +0000 (+0100) Subject: ; Fix indentation to appease git hooks X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd610bca60527207fcf6857dc2466daf5d4866a4;p=emacs.git ; Fix indentation to appease git hooks * lisp/emacs-lisp/package-x.el (package-upload-buffer-internal): Fix indentation. (cherry picked from commit cdf9f3ae19d9b5f82a3677f4a9b7585e956cded6) --- diff --git a/lisp/emacs-lisp/package-x.el b/lisp/emacs-lisp/package-x.el index 31996662c38..68a62df90f7 100644 --- a/lisp/emacs-lisp/package-x.el +++ b/lisp/emacs-lisp/package-x.el @@ -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)