changeset 32007:640456a6f66d

Tweak whitespace
author Miles Bader <miles@gnu.org>
date Fri, 29 Sep 2000 14:14:33 +0000
parents d8b544da2c2b
children a0a62e1e3675
files lisp/info.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Fri Sep 29 14:10:56 2000 +0000
+++ b/lisp/info.el	Fri Sep 29 14:14:33 2000 +0000
@@ -1149,8 +1149,8 @@
 	(let ((bound (point)))
 	  (forward-line 1)
 	  (cond ((re-search-backward (concat name ":") bound t)
-	    (goto-char (match-end 0))
-	    (Info-following-node-name))
+		 (goto-char (match-end 0))
+		 (Info-following-node-name))
 		((not (eq errorname t))
 		 (error "Node has no %s"
 			(capitalize (or errorname name))))))))))