From 64017f45830f80dfeb76d8d665cf1515fdd35603 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Thu, 16 May 2013 00:03:55 -0400
Subject: [PATCH] Remove trailing whitespace in uiop/run-program.

---
 uiop/run-program.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uiop/run-program.lisp b/uiop/run-program.lisp
index 9d349557..2ef07fec 100644
--- a/uiop/run-program.lisp
+++ b/uiop/run-program.lisp
@@ -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))
-- 
GitLab