Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
64017f45
Commit
64017f45
authored
May 16, 2013
by
Francois-Rene Rideau
Browse files
Remove trailing whitespace in uiop/run-program.
parent
dfa4643b
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
64017f45
...
...
@@ -137,7 +137,7 @@ by /bin/sh in POSIX"
;;;; Slurping a stream, typically the output of another program
(
with-upgradability
()
(
defgeneric
slurp-input-stream
(
processor
input-stream
&key
&allow-other-keys
))
#-
(
or
gcl2.6
genera
)
(
defmethod
slurp-input-stream
((
function
function
)
input-stream
&key
&allow-other-keys
)
(
funcall
function
input-stream
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment