branch: elpa/annotate commit e2fed2fbcf84b1f94b2bc69ed2fca16d6fde790e Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- removed useless spaces. --- annotate.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/annotate.el b/annotate.el index 9da366cc1e..57452afd6d 100644 --- a/annotate.el +++ b/annotate.el @@ -1813,11 +1813,11 @@ sophisticated way than plain text" ((annotate-info-root-dir-p filename) :info) (t - (let* ((file-contents (file-contents)) - (has-info-p (string-match "info" filename)) - (separator-re "\^L?\^_\^L?\^J") - (has-separator-p (string-match separator-re file-contents)) - (has-node-p (string-match "Node:" file-contents))) + (let* ((file-contents (file-contents)) + (has-info-p (string-match "info" filename)) + (separator-re "\^L?\^_\^L?\^J") + (has-separator-p (string-match separator-re file-contents)) + (has-node-p (string-match "Node:" file-contents))) (if (or (annotate-info-root-dir-p filename) (and has-separator-p has-node-p)