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/screen/screen_analyze.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/screen/screen_analyze.h') diff --git a/src/screen/screen_analyze.h b/src/screen/screen_analyze.h index 9894399..8f975b4 100644 --- a/src/screen/screen_analyze.h +++ b/src/screen/screen_analyze.h @@ -1,14 +1,13 @@ #ifndef SCREEN_ANALYZE_H -#define SCREEN_ANALYZE_H +# define SCREEN_ANALYZE_H -#include "main.h" +# include "main.h" -typedef struct analyze_struct -{ - char *name; - int score; +typedef struct analyze_struct { + char *name; + int score; } analyze_t; extern void startScreenAnalyze(); -- cgit v1.2.3