From 21100958a180d20ea1a6746d22bf5b44875cb33d Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 19 May 2024 11:00:34 +0200 Subject: Deleted whitespaces --- FICS/formula.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FICS/formula.c b/FICS/formula.c index 9c6171d..399fce6 100644 --- a/FICS/formula.c +++ b/FICS/formula.c @@ -201,7 +201,7 @@ VarToToken(game *g, int clause, char *string, int *i, int *tok, int eval) } else if (MoveIndexPastString(string, i, "mymaxtime")) { if (GetNumberInsideParens(g, clause, i, tok, eval) != ERR_NONE) return 0; - *tok = Maxtime (g, *tok, 1); + *tok = Maxtime(g, *tok, 1); } #ifdef TIMESEAL else if (MoveIndexPastString(string, i, "timeseal")) @@ -218,7 +218,7 @@ VarToToken(game *g, int clause, char *string, int *i, int *tok, int eval) else if (MoveIndexPastString(string, i, "maxtime")) { if (GetNumberInsideParens(g, clause, i, tok, eval) != ERR_NONE) return 0; - *tok = Maxtime (g, *tok, 2); + *tok = Maxtime(g, *tok, 2); } else if (MoveIndexPastString(string, i, "abuser")) *tok = in_list(-1, L_ABUSER, you->name); else if (MoveIndexPastString(string, i, "rating")) @@ -636,7 +636,7 @@ GameMatchesFormula(int w, int b, int wTime, int wInc, int bTime, int bInc, ERR_NONE) return 0; if (ret == 0) - ExplainFormula (&g, clauseList); + ExplainFormula(&g, clauseList); return ret; } -- cgit v1.2.3