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/client/term.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/term.h') diff --git a/src/client/term.h b/src/client/term.h index 99dbf79..ffc0e14 100644 --- a/src/client/term.h +++ b/src/client/term.h @@ -1,12 +1,12 @@ #ifndef TERM_H -#define TERM_H +# define TERM_H -#include "main.h" +# include "main.h" -#define TERM_ACTIVE_TIME_INTERVAL 500 -#define TERM_REFRESH_TIME_INTERVAL 1000 +# define TERM_ACTIVE_TIME_INTERVAL 500 +# define TERM_REFRESH_TIME_INTERVAL 1000 extern void initTerm(); extern void drawTerm(); -- cgit v1.2.3