More formatting updates. Reduced whitespace, looks even better.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user