[Git][cmucl/cmucl][issue-171-readable-unspecific-pathnames] Undo some indentation to keep diff smaller
![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch issue-171-readable-unspecific-pathnames at cmucl / cmucl Commits: 059a00b2 by Raymond Toy at 2023-07-21T11:58:36-07:00 Undo some indentation to keep diff smaller We'll leave the indentation unchanged, even though it is wrong; it's not relevant to this change. - - - - - 1 changed file: - src/code/pathname.lisp Changes: ===================================== src/code/pathname.lisp ===================================== @@ -189,13 +189,13 @@ (t (funcall (formatter "#<Unprintable pathname,~:_ Host=~S,~:_ Device=~S,~:_ ~ Directory=~S,~:_ Name=~S,~:_ Type=~S,~:_ Version=~S>") - stream - (%pathname-host pathname) - (%pathname-device pathname) - (%pathname-directory pathname) - (%pathname-name pathname) - (%pathname-type pathname) - (%pathname-version pathname))))))))) + stream + (%pathname-host pathname) + (%pathname-device pathname) + (%pathname-directory pathname) + (%pathname-name pathname) + (%pathname-type pathname) + (%pathname-version pathname))))))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/059a00b27bf9ce836b6fee32... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/059a00b27bf9ce836b6fee32... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)