Skip to content
Snippets Groups Projects
Commit 64017f45 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Remove trailing whitespace in uiop/run-program.

parent dfa4643b
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ by /bin/sh in POSIX" ...@@ -137,7 +137,7 @@ by /bin/sh in POSIX"
;;;; Slurping a stream, typically the output of another program ;;;; Slurping a stream, typically the output of another program
(with-upgradability () (with-upgradability ()
(defgeneric slurp-input-stream (processor input-stream &key &allow-other-keys)) (defgeneric slurp-input-stream (processor input-stream &key &allow-other-keys))
#-(or gcl2.6 genera) #-(or gcl2.6 genera)
(defmethod slurp-input-stream ((function function) input-stream &key &allow-other-keys) (defmethod slurp-input-stream ((function function) input-stream &key &allow-other-keys)
(funcall function input-stream)) (funcall function input-stream))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment