From 2769f5d3d465557d851eb133a584330fdffcf198 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 2 Apr 2024 22:58:07 +0200 Subject: Aligned the defines --- FICS/ratings.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'FICS') diff --git a/FICS/ratings.h b/FICS/ratings.h index 06b83b8..4c466c2 100644 --- a/FICS/ratings.h +++ b/FICS/ratings.h @@ -27,19 +27,19 @@ #define STATS_VERSION 2 -#define RESULT_WIN 0 -#define RESULT_DRAW 1 -#define RESULT_LOSS 2 -#define RESULT_ABORT 3 +#define RESULT_WIN 0 +#define RESULT_DRAW 1 +#define RESULT_LOSS 2 +#define RESULT_ABORT 3 -#define PROVISIONAL 20 +#define PROVISIONAL 20 -#define MAX_RANK_LINE 50 -#define MAX_BEST 20 +#define MAX_RANK_LINE 50 +#define MAX_BEST 20 -#define SHOW_BLITZ 0x1 -#define SHOW_STANDARD 0x2 -#define SHOW_WILD 0x4 +#define SHOW_BLITZ 0x1 +#define SHOW_STANDARD 0x2 +#define SHOW_WILD 0x4 #include "command.h" -- cgit v1.2.3