branch: elpa/magit
commit fa6e183b65f92ee0bd4e48a9d80b8f51587beb38
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diff-scope: Fix alignment
---
lisp/magit-diff.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index cc86be92b3c..8a62bead301 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -3249,12 +3249,12 @@ actually a `diff' but a `diffstat' section."
(and siblings t)
(magit-diff-use-hunk-region-p)
ssection)
- (`(hunk nil t ,_)
+ (`(hunk nil t ,_)
(if (magit-section-internal-region-p section) 'region 'hunk))
- ('(hunk t t nil) 'hunks)
- (`(hunk ,_ ,_ ,_) 'hunk)
- ('(file t t nil) 'files)
- (`(file ,_ ,_ ,_) 'file)
+ ('(hunk t t nil) 'hunks)
+ (`(hunk ,_ ,_ ,_) 'hunk)
+ ('(file t t nil) 'files)
+ (`(file ,_ ,_ ,_) 'file)
('(module t t nil) 'files)
(`(module ,_ ,_ ,_) 'file)
(`(,(or 'staged 'unstaged 'untracked) nil ,_ ,_) 'list)))))