From: Dmitry Gutov Date: Tue, 26 Jun 2012 22:35:13 +0000 (+0400) Subject: Fix indentation X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/64051234816f3e55b661390be96ffde704ba1383 Fix indentation --- diff --git a/diff-hl.el b/diff-hl.el index 498b3060b..10006c7c4 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -65,7 +65,7 @@ (len (let ((m (match-string 4))) (if m (string-to-number m) 1))) (beg (point))) - (diff-end-of-hunk) + (diff-end-of-hunk) (let* ((inserts (diff-count-matches "^\\+" beg (point))) (deletes (diff-count-matches "^-" beg (point))) (type (cond ((zerop deletes) 'insert)