From ba2f5e07b5b012be507b92f45282c57f2f26c3aa Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 26 Dec 2023 17:44:41 +0100 Subject: Deleted trailing whitespace characters --- FICS/formula.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/formula.h b/FICS/formula.h index 17417c5..3b50676 100644 --- a/FICS/formula.h +++ b/FICS/formula.h @@ -32,7 +32,7 @@ #define OPTYPE_COMPGL 7 #define OPTYPE_ADD 8 #define OPTYPE_MULT 9 -#define OPTYPE_UNARY 10 +#define OPTYPE_UNARY 10 #define ERR_NONE 0 #define ERR_EOF 1 @@ -46,7 +46,7 @@ #define FUDGE_FACTOR 1e-3 -extern int GetRating (player *, int); +extern int GetRating (player *, int); extern int GameMatchesFormula (int, int, int, int, int, int, int, int, textlist **); extern int CheckFormula (game *, int, int *, int, int *, int); extern void ShowClauses (int, int, textlist *); -- cgit v1.2.3