From 8d3ca7673861dee3ea131578c2b7d8bd11f19a09 Mon Sep 17 00:00:00 2001 From: byplayer Date: Sun, 3 Jun 2012 02:15:48 +0900 Subject: [PATCH] fix indention --- egg.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/egg.el b/egg.el index e1b8f63..034cfc9 100644 --- a/egg.el +++ b/egg.el @@ -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)