upload tizen2.0 source
[framework/uifw/xorg/lib/libice.git] / src / listenwk.c
old mode 100755 (executable)
new mode 100644 (file)
index 7747af6..06b56a3
@@ -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;