summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:20:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:20:53 +0000
commit0a7278e49713596cd0d4b7e2d071e40a6940746f (patch)
treec1c61b6d608ae574575294eb70bdd15a12362d6a /cpukit/libfs/src/nfsclient/src/sock_mbuf.c
parentWhitespace removal. (diff)
downloadrtems-0a7278e49713596cd0d4b7e2d071e40a6940746f.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libfs/src/nfsclient/src/sock_mbuf.c')
-rw-r--r--cpukit/libfs/src/nfsclient/src/sock_mbuf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
index d0f5edadf5..33d094f9f8 100644
--- a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
@@ -146,7 +146,7 @@ dummyproc(caddr_t ext_buf, u_int ext_size)
* and 'free' procs. (The latter may call the
* user back once the networking stack has
* released the buffer).
- *
+ *
* The callbacks are provided with the 'closure'
* pointer and the 'buflen' argument.
*/
@@ -200,7 +200,7 @@ sendto_nocpy (
if (/*auio.uio_resid != len &&*/ (error == EINTR || error == EWOULDBLOCK))
error = 0;
}
- if (error)
+ if (error)
errno = error;
else
ret = buflen;
@@ -244,7 +244,7 @@ recv_mbuf_from(int s, struct mbuf **ppm, long len, struct sockaddr *fromaddr, in
auio.uio_offset = 0;
*/
auio.uio_resid = len;
- error = soreceive (so, &from, &auio, (struct mbuf **) ppm,
+ error = soreceive (so, &from, &auio, (struct mbuf **) ppm,
(struct mbuf **)NULL,
NULL);
if (error) {