diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-09 20:31:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-09 20:31:07 +0000 |
commit | a113a3c540bc175afae325620f3537dbd61a8978 (patch) | |
tree | 0c2ed2ed60b9e06668f5703277a15c407a0d28d3 /winsup/cygwin/net.cc | |
parent | c367dfd02c197b33e432f97d74351735f6242e12 (diff) | |
download | cygnal-a113a3c540bc175afae325620f3537dbd61a8978.tar.gz cygnal-a113a3c540bc175afae325620f3537dbd61a8978.tar.bz2 cygnal-a113a3c540bc175afae325620f3537dbd61a8978.zip |
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index cfc716c68..53c8eff1b 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -1968,7 +1968,7 @@ cygwin_rresvport (int *port) if (res_fd >= 0) fh = fdsock (res_fd, "/dev/tcp", res); if (fh) - res = res_fd; + res = res_fd; else res = -1; } @@ -2213,7 +2213,7 @@ socketpair (int family, int type, int protocol, int *sb) if (res == -1) { - closesocket (insock); + closesocket (insock); closesocket (outsock); } } |