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/bool.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/base/bool.h') diff --git a/src/base/bool.h b/src/base/bool.h index 4289878..7334348 100644 --- a/src/base/bool.h +++ b/src/base/bool.h @@ -1,9 +1,9 @@ #ifndef BOOL_H -#define BOOL_H -#define bool_t int -#define TRUE 1 -#define FALSE 0 +# define BOOL_H +# define bool_t int +# define TRUE 1 +# define FALSE 0 -#include "main.h" +# include "main.h" #endif -- cgit v1.2.3