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

Peter S. Mazinger ps.m at gmx.net
Wed Mar 16 19:20:32 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=fc2ed55e83248cf9b6f3073f8fb2579a77efbf60
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 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;
-- 
1.7.3.4



More information about the uClibc-cvs mailing list