emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate e2fed2fbcf 246/372: - removed useless spaces.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate e2fed2fbcf 246/372: - removed useless spaces.
Date: Fri, 4 Feb 2022 16:59:04 -0500 (EST)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]