branch: elpa/git-commit
commit 61a6e609096bdad3b4332e40f1a0648478a62bb2
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Clean up whitespace
---
 lisp/magit-diff.el | 4 ++--
 lisp/magit-git.el  | 3 ++-
 lisp/magit-refs.el | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 81631fc3e3..f2d017073a 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -2681,8 +2681,8 @@ or a ref which is not a branch, then it inserts nothing."
                                              "notes" "show" rev))
                          (magit-revision--wash-message))))
         (magit-insert-section
-          ( notes ref (not (equal ref default))
-            :heading-highlight-face 'magit-diff-hunk-heading-highlight)
+            ( notes ref (not (equal ref default))
+              :heading-highlight-face 'magit-diff-hunk-heading-highlight)
           (save-excursion (insert msg))
           (magit-revision--wash-message-hashes)
           (save-excursion
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index d1785d7534..580043043b 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -937,7 +937,8 @@ returning the truename."
 (define-error 'magit-outside-git-repo "Not inside Git repository")
 (define-error 'magit-corrupt-git-config "Corrupt Git configuration")
 (define-error 'magit-git-executable-not-found
-  "Git executable cannot be found (see https://magit.vc/goto/e6a78ed2)")
+              (concat "Git executable cannot be found "
+                      "(see https://magit.vc/goto/e6a78ed2)"))
 
 (defun magit--assert-usable-git ()
   (if (not (compat-call executable-find (magit-git-executable) t))
diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el
index 1ebe5bd16d..066a420866 100644
--- a/lisp/magit-refs.el
+++ b/lisp/magit-refs.el
@@ -639,7 +639,7 @@ line is inserted at all."
 %(upstream:short)%00%(upstream)%00%(upstream:track)%00"
                                   (if magit-refs-show-push-remote "\
 %(push:remotename)%00%(push)%00%(push:track)%00%(subject)"
-                                 "%00%00%00%(subject)"))
+                                    "%00%00%00%(subject)"))
                           "refs/heads"
                           magit-buffer-arguments))))
     (unless (magit-get-current-branch)

Reply via email to