emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 7fd62479b1: Fix indentation


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 7fd62479b1: Fix indentation
Date: Mon, 6 Mar 2023 17:59:18 -0500 (EST)

branch: elpa/git-commit
commit 7fd62479b1127a4df3b073084fba3fd229f30f4c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix indentation
---
 lisp/magit-diff.el    | 2 +-
 lisp/magit-process.el | 8 ++++----
 lisp/magit-refs.el    | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index a032e9cef0..0e9e7fec50 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -1688,7 +1688,7 @@ the Magit-Status buffer for DIRECTORY."
 
 (defun magit-diff-visit--hunk ()
   (when-let* ((scope (magit-diff-scope)) ;debbugs#31840
-             (section (magit-current-section)))
+              (section (magit-current-section)))
     (cl-case scope
       ((file files)
        (setq section (car (oref section children))))
diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index d3acb2e752..9e57241d82 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -772,10 +772,10 @@ Magit status buffer."
        ;; Note: Leaving (kbd ...) unevaluated leads to the
        ;; magit-process:password-prompt test failing.
        (keymap-set ,map "C-g"
-         (lambda ()
-           (interactive)
-           (ignore-errors (kill-process ,proc))
-           (abort-recursive-edit)))
+                   (lambda ()
+                     (interactive)
+                     (ignore-errors (kill-process ,proc))
+                     (abort-recursive-edit)))
        (let ((minibuffer-local-map ,map))
          ,@body))))
 
diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el
index e02317db96..a7ffd2d22d 100644
--- a/lisp/magit-refs.el
+++ b/lisp/magit-refs.el
@@ -355,8 +355,8 @@ Type \\[magit-reset] to reset `HEAD' to the commit at point.
       (setq args magit-buffer-arguments))
      ((and (memq use-buffer-args '(always selected))
            (when-let* ((buffer (magit-get-mode-buffer ;debbugs#31840
-                               'magit-refs-mode nil
-                               (eq use-buffer-args 'selected))))
+                                'magit-refs-mode nil
+                                (eq use-buffer-args 'selected))))
              (setq args (buffer-local-value 'magit-buffer-arguments buffer))
              t)))
      (t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]