From 676600a83becf1d8da0ba8f7a56fa8ce544fe7ce Mon Sep 17 00:00:00 2001 From: xHire Date: Tue, 19 May 2009 12:41:49 +0200 Subject: Rectified the coding style in screen .h files --- src/screen/downArena.h | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'src/screen/downArena.h') diff --git a/src/screen/downArena.h b/src/screen/downArena.h index c71a556..444210c 100644 --- a/src/screen/downArena.h +++ b/src/screen/downArena.h @@ -1,16 +1,14 @@ - #ifndef SCREEN_DOWN_ARENA_H +#define SCREEN_DOWN_ARENA_H -# define SCREEN_DOWN_ARENA_H - -# define DOWN_SERVER_STATUS_OK 0 -# define DOWN_SERVER_STATUS_ZOMBIE 1 +#define DOWN_SERVER_STATUS_OK 0 +#define DOWN_SERVER_STATUS_ZOMBIE 1 -# define DOWN_ARENA_BUFFER_SIZE 4096 +#define DOWN_ARENA_BUFFER_SIZE 4096 -# define DOWN_ARENA_MAX_SEND_MSG_STATUS 10 -# define DOWN_ARENA_MAX_TIEMOUT_LIMIT 500 -# define DOWN_ARENA_COUNT_READ_SOCKET 100 +#define DOWN_ARENA_MAX_SEND_MSG_STATUS 10 +#define DOWN_ARENA_MAX_TIEMOUT_LIMIT 500 +#define DOWN_ARENA_COUNT_READ_SOCKET 100 extern void down_arena_start(); extern void down_arena_draw(); @@ -19,4 +17,4 @@ extern void down_arena_stop(); extern void down_arena_init(); extern void down_arena_quit(); -#endif +#endif /* SCREEN_DOWN_ARENA_H */ -- cgit v1.2.3