Adding whitespace so you can copy and paste to planet remove on the OS X terminal

This commit is contained in:
Jay McCarthy 2010-11-17 09:21:50 -07:00
parent 88fb21fa26
commit 9c6b9b8fcd

View File

@ -212,7 +212,7 @@ This command does not unpack or install the named .plt file."
(define (show-normals)
(printf "Normally-installed packages:\n")
(for-each
(lambda (l) (apply printf " ~a\t~a\t~a ~a\n" l))
(lambda (l) (apply printf " ~a \t~a \t~a ~a\n" l))
(sort-by-criteria
(map (lambda (x) (match x [(_ owner pkg _ maj min) (list owner pkg maj min)])) normal-packages)
(list string<? string=?)