Fix formatting.
authorChris Hanson <org/chris-hanson/cph>
Fri, 23 Oct 1998 05:51:46 +0000 (05:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 23 Oct 1998 05:51:46 +0000 (05:51 +0000)
v7/src/edwin/dosfile.scm

index cb3335881a17020a7187a13ddf363ff0a10b63a4..8d72cbb384a935dbcb30ee7e920868577825843f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: dosfile.scm,v 1.20 1998/10/23 05:44:06 cph Exp $
+;;;    $Id: dosfile.scm,v 1.21 1998/10/23 05:51:46 cph Exp $
 ;;;
 ;;;    Copyright (c) 1994-98 Massachusetts Institute of Technology
 ;;;
@@ -525,8 +525,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'."
                         (->namestring pathname))
                    (let loop ((types types))
                      (and (not (null? types))
-                          (let ((p
-                                 (pathname-new-type pathname (car types))))
+                          (let ((p (pathname-new-type pathname (car types))))
                             (if (file-exists? p)
                                 (->namestring p)
                                 (loop (cdr types)))))))))))