More formatting updates. Reduced whitespace, looks even better.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "../shared/LL.h"
|
||||
|
||||
|
||||
#define CLIENT_NAME_SIZE 256
|
||||
|
||||
typedef struct client_data {
|
||||
@@ -16,7 +15,6 @@ typedef struct client_data {
|
||||
|
||||
} client_data;
|
||||
|
||||
|
||||
// sets up an existing (empty) client_data struct
|
||||
int client_data_init (client_data * d);
|
||||
// destroys members of a client's data
|
||||
|
||||
Reference in New Issue
Block a user