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/saveDialog.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/client/saveDialog.h') diff --git a/src/client/saveDialog.h b/src/client/saveDialog.h index 0849bdb..d96a252 100644 --- a/src/client/saveDialog.h +++ b/src/client/saveDialog.h @@ -1,15 +1,15 @@ #ifndef SAVE_DIALOG_H -#define SAVE_DIALOG_H +# define SAVE_DIALOG_H -#define SAVEDIALOG_ACTIVE_TIME_INTERVAL 500 +# define SAVEDIALOG_ACTIVE_TIME_INTERVAL 500 -#define SAVE_DIALOG_SIZE_X 320 -#define SAVE_DIALOG_SIZE_Y 120 +# define SAVE_DIALOG_SIZE_X 320 +# define SAVE_DIALOG_SIZE_Y 120 -#define SAVE_DIALOG_LOCATIN_X (WINDOW_SIZE_X/2 - SAVE_DIALOG_SIZE_X/2) -#define SAVE_DIALOG_LOCATIN_Y (WINDOW_SIZE_Y/2 - SAVE_DIALOG_SIZE_Y/2) +# define SAVE_DIALOG_LOCATIN_X (WINDOW_SIZE_X/2 - SAVE_DIALOG_SIZE_X/2) +# define SAVE_DIALOG_LOCATIN_Y (WINDOW_SIZE_Y/2 - SAVE_DIALOG_SIZE_Y/2) extern void initSaveDialog(); -- cgit v1.2.3