From 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 30 May 1995 05:51:47 +0000 Subject: Remove trailing whitespace. --- lib/libss/pager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libss/pager.c') diff --git a/lib/libss/pager.c b/lib/libss/pager.c index c189d6632841..fac80bda2356 100644 --- a/lib/libss/pager.c +++ b/lib/libss/pager.c @@ -28,10 +28,10 @@ extern int errno; void ss_page_stdin(); #ifndef NO_FORK -int ss_pager_create() +int ss_pager_create() { int filedes[2]; - + if (pipe(filedes) != 0) return(-1); -- cgit v1.3