More formatting updates. Reduced whitespace, looks even better.

This commit is contained in:
William Ferrell
2000-03-30 20:43:33 +00:00
parent a98c8109a8
commit ddfd41f53e
78 changed files with 0 additions and 590 deletions
-6
View File
@@ -20,8 +20,6 @@
#include "client_data.h"
#include "../shared/debug.h"
LL *clients;
// Initialize and kill client list...
@@ -47,7 +45,6 @@ client_shutdown ()
debug ("client_shutdown()\n");
// Free all client structures...
// Note that the regular list loop doesn't work here, because
// client_destroy() calls LL_Remove()
@@ -73,7 +70,6 @@ client_shutdown ()
return 0;
}
// Create and destroy clients....
client *
client_create (int sock)
@@ -93,7 +89,6 @@ client_create (int sock)
c->data = NULL;
c->messages = NULL;
c->sock = sock;
// Set up message list...
@@ -235,7 +230,6 @@ client_get (client * c)
return NULL;
}
client *
client_find_sock (int sock)
{