Reformat
svn: r17988
This commit is contained in:
parent
2cc4429c62
commit
0725ba7608
|
@ -826,8 +826,7 @@
|
||||||
;; set up the IO context
|
;; set up the IO context
|
||||||
[current-input-port
|
[current-input-port
|
||||||
(let ([inp (sandbox-input)])
|
(let ([inp (sandbox-input)])
|
||||||
(cond
|
(cond [(not inp) null-input]
|
||||||
[(not inp) null-input]
|
|
||||||
[(input->port inp) => values]
|
[(input->port inp) => values]
|
||||||
[(and (procedure? inp) (procedure-arity-includes? inp 0)) (inp)]
|
[(and (procedure? inp) (procedure-arity-includes? inp 0)) (inp)]
|
||||||
[(eq? 'pipe inp)
|
[(eq? 'pipe inp)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user