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/checkFront.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/base/checkFront.h') diff --git a/src/base/checkFront.h b/src/base/checkFront.h index 32d23b7..85ed2fb 100644 --- a/src/base/checkFront.h +++ b/src/base/checkFront.h @@ -1,16 +1,16 @@ #ifndef CHECK_FRONT_H -#define CHECK_FRONT_H -#define CHECK_FRONT_SEND_TIME_INTERVAL 100 -#define CHECK_FRONT_MAX_COUNT_SEND 30 +# define CHECK_FRONT_H +# define CHECK_FRONT_SEND_TIME_INTERVAL 100 +# define CHECK_FRONT_MAX_COUNT_SEND 30 -#define CHECK_FRONT_ID_NONE -1 -#define CHECK_FRONT_TYPE_SIMPLE 1 -#define CHECK_FRONT_TYPE_CHECK 2 +# define CHECK_FRONT_ID_NONE -1 +# define CHECK_FRONT_TYPE_SIMPLE 1 +# define CHECK_FRONT_TYPE_CHECK 2 -#include "list.h" -#include "server.h" +# include "list.h" +# include "server.h" extern list_t *newCheckFront(); extern void addMsgInCheckFront(list_t * list, char *msg, int type, int id); -- cgit v1.2.3