commit 90b52d6d53a7bfdc3f251b1231ea5cf47bb52fcb from: Markus Uhlin date: Tue Dec 26 18:02:45 2023 UTC Deleted whitespace commit - c1815820f8c2341f7b8d3c9a535eb28b7ccc248d commit + 90b52d6d53a7bfdc3f251b1231ea5cf47bb52fcb blob - 15dff2ebdb446f6e76a59e3da896930aa566231d blob + 7ce1ff8ac8f0db9909caf68c1fd2f2dededaad71 --- FICS/formula.c +++ FICS/formula.c @@ -347,7 +347,7 @@ FUDGE_FACTOR); int ScanForNumber(game *g, int clause, int *i, int op_type, int *token, int eval) { - char *string = GetPlayersFormula (&parray[g->black], clause); + char *string = GetPlayersFormula(&parray[g->black], clause); char c; int ret;