From 4d4dae5cc3a2bf32421ad2d4255079eb1d731647 Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 23 May 2009 15:41:18 +0200 Subject: Rectified the coding style in client .h files --- src/client/game.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/client/game.h') diff --git a/src/client/game.h b/src/client/game.h index 8591fca..e5f2d86 100644 --- a/src/client/game.h +++ b/src/client/game.h @@ -1,9 +1,7 @@ - #ifndef GAME_H - -# define GAME_H +#define GAME_H extern void game_quit(); extern void game_start(); -#endif +#endif /* GAME_H */ -- cgit v1.2.3