From c8a9209d77a896bf49227e5aeccd54e91ccf29cc Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 14:11:06 +0200 Subject: Changed style of the code to the K&R standard --- src/base/serverSendMsg.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/base/serverSendMsg.h') diff --git a/src/base/serverSendMsg.h b/src/base/serverSendMsg.h index c09c0f9..7bb19a3 100644 --- a/src/base/serverSendMsg.h +++ b/src/base/serverSendMsg.h @@ -1,16 +1,16 @@ #ifndef SERVER_SEND_MSG_H -#define SERVER_SEND_MSG_H +# define SERVER_SEND_MSG_H -#include "server.h" +# include "server.h" -#define PROTO_SEND_ONE 0 -#define PROTO_SEND_ALL 1 -#define PROTO_SEND_BUT 3 -#define PROTO_SEND_ALL_SEES_TUX 4 +# define PROTO_SEND_ONE 0 +# define PROTO_SEND_ALL 1 +# define PROTO_SEND_BUT 3 +# define PROTO_SEND_ALL_SEES_TUX 4 extern void protoSendClient(int type, client_t * client, char *msg, int type2, - int id); + int id); #endif -- cgit v1.2.3