Skip to content

Commit

Permalink
fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
byplayer committed Jun 2, 2012
1 parent 8c508e6 commit 8d3ca76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions egg.el
Expand Up @@ -1369,9 +1369,9 @@ OV-ATTRIBUTES are the extra decorations for each blame chunk."
commit (plist-get commit-info :sha1)
author (plist-get commit-info :author)
subject (plist-get commit-info :subject))
(goto-char (point-min))
(forward-line (1- new-line))

(goto-char (point-min))
(forward-line (1- new-line))
(setq beg (line-beginning-position)
end (save-excursion
(forward-line num)
Expand Down

0 comments on commit 8d3ca76

Please sign in to comment.