[git commit] clnt_generic.c: whitespace only, no code change

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:27 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=3da72862b8cda600702815e6450add3906b98b59
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/inet/rpc/clnt_generic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/inet/rpc/clnt_generic.c b/libc/inet/rpc/clnt_generic.c
index a535467..f2d6c12 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;


More information about the uClibc-cvs mailing list