]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix indentation
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 26 Jun 2012 22:35:13 +0000 (02:35 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 26 Jun 2012 22:35:13 +0000 (02:35 +0400)
diff-hl.el

index 498b3060ba4fc415be1348f1bbfdb96b40a90d99..10006c7c4e348a8d5b6654946e6938c1dfd64dc7 100644 (file)
@@ -65,7 +65,7 @@
                   (len (let ((m (match-string 4)))\r
                          (if m (string-to-number m) 1)))\r
                   (beg (point)))\r
-               (diff-end-of-hunk)\r
+              (diff-end-of-hunk)\r
               (let* ((inserts (diff-count-matches "^\\+" beg (point)))\r
                      (deletes (diff-count-matches "^-" beg (point)))\r
                      (type (cond ((zerop deletes) 'insert)\r