From fc0fc948d25dfa0f6f445a3b55610ea5b864dd60 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Sep 2011 22:09:18 -0700 Subject: Strip trailing whitespace Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith --- src/listenwk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/listenwk.c') diff --git a/src/listenwk.c b/src/listenwk.c index 7747af6..06b56a3 100644 --- a/src/listenwk.c +++ b/src/listenwk.c @@ -83,7 +83,7 @@ IceListenForWellKnownConnections ( { listenObjs[*countRet].trans_conn = transConns[i]; listenObjs[*countRet].network_id = networkId; - + (*countRet)++; } } @@ -140,7 +140,7 @@ IceListenForWellKnownConnections ( { if (errorStringRet && errorLength > 0) *errorStringRet = '\0'; - + for (i = 0; i < *countRet; i++) { (*listenObjsRet)[i]->host_based_auth_proc = NULL; -- cgit v1.2.3