summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pipe.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-12-17 23:39:47 +0000
committerChristopher Faylor <me@cgf.cx>2011-12-17 23:39:47 +0000
commit1b23b30b29eebbe7c9953f2a7470f31a0feb8702 (patch)
tree10592e165f5e31aac70913190d50d700f6fec96c /winsup/cygwin/pipe.cc
parent988d896c0a3b60fab9cd323e52eefd4af98be323 (diff)
downloadcygnal-1b23b30b29eebbe7c9953f2a7470f31a0feb8702.tar.gz
cygnal-1b23b30b29eebbe7c9953f2a7470f31a0feb8702.tar.bz2
cygnal-1b23b30b29eebbe7c9953f2a7470f31a0feb8702.zip
Clean up whitespace.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index e7da0e9c8..2f46a5358 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -404,7 +404,7 @@ pipe_worker (int filedes[2], unsigned int psize, int mode)
fdout = fhs[1];
filedes[0] = fdin;
filedes[1] = fdout;
- }
+ }
return res;
}