summaryrefslogtreecommitdiff
path: root/src/listen.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:09:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:09:18 -0700
commitfc0fc948d25dfa0f6f445a3b55610ea5b864dd60 (patch)
tree2dbe09b93360af112f8019d4016ee255bb6148cc /src/listen.c
parent22601de3f38d035eb874d4bd9f649ddd2b3f0ae2 (diff)
downloadxorg-lib-libICE-fc0fc948d25dfa0f6f445a3b55610ea5b864dd60.tar.gz
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 <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/listen.c')
-rw-r--r--src/listen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/listen.c b/src/listen.c
index 22602d4..0348fec 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -83,7 +83,7 @@ IceListenForConnections (
{
listenObjs[*countRet].trans_conn = transConns[i];
listenObjs[*countRet].network_id = networkId;
-
+
(*countRet)++;
}
}
@@ -140,7 +140,7 @@ IceListenForConnections (
{
if (errorStringRet && errorLength > 0)
*errorStringRet = '\0';
-
+
for (i = 0; i < *countRet; i++)
{
(*listenObjsRet)[i]->host_based_auth_proc = NULL;