summaryrefslogtreecommitdiff
path: root/libc/inet
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-18 21:21:26 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:27 +0200
commit3da72862b8cda600702815e6450add3906b98b59 (patch)
tree9408bfc2829d02a00c1dbee5029d4c3142a961ab /libc/inet
parentc01fe0c4ec7b617d2862d0784d55486b4a82d206 (diff)
clnt_generic.c: whitespace only, no code change
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/rpc/clnt_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/clnt_generic.c b/libc/inet/rpc/clnt_generic.c
index a53546737..f2d6c1295 100644
--- a/libc/inet/rpc/clnt_generic.c
+++ b/libc/inet/rpc/clnt_generic.c
@@ -116,7 +116,7 @@ clnt_create (const char *hostname, u_long prog, u_long vers,
prttmpbuf = alloca (prtbuflen);
while (getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0
|| p == NULL)
- if (errno != ERANGE)
+ if (errno != ERANGE)
{
struct rpc_createerr *ce = &get_rpc_createerr ();
ce->cf_stat = RPC_UNKNOWNPROTO;