From ae9587457b502234fc137644a12bbd754e6fdc0c Mon Sep 17 00:00:00 2001 From: Amirouche Date: Sun, 5 Mar 2017 21:38:27 +0100 Subject: [PATCH 1/2] whitespace cleanup --- module/ice-9/popen.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/module/ice-9/popen.scm b/module/ice-9/popen.scm index b166e9d..26a7e0a 100644 --- a/module/ice-9/popen.scm +++ b/module/ice-9/popen.scm @@ -2,21 +2,21 @@ ;;;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2006, 2010, 2011, 2012, ;;;; 2013 Free Software Foundation, Inc. -;;;; +;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public ;;;; License as published by the Free Software Foundation; either ;;;; version 3 of the License, or (at your option) any later version. -;;;; +;;;; ;;;; This library is distributed in the hope that it will be useful, ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;;; Lesser General Public License for more details. -;;;; +;;;; ;;;; You should have received a copy of the GNU Lesser General Public ;;;; License along with this library; if not, write to the Free Software ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -;;;; +;;;; (define-module (ice-9 popen) :use-module (ice-9 threads) @@ -144,4 +144,3 @@ information on how to interpret this value." (define (open-input-output-pipe command) "Equivalent to @code{open-pipe} with mode @code{OPEN_BOTH}" (open-pipe command OPEN_BOTH)) - -- 2.9.3