From 9a993bba5273fe39d189204b13b02e38852231e8 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 23 Dec 2023 17:00:16 +0100 Subject: Added alignment --- FICS/board.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FICS/board.c b/FICS/board.c index ae58ca1..d280666 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -882,11 +882,11 @@ board_read_file(char *category, char *gname, game_state_t *gs) while (!feof(fp) && c != '\n') c = fgetc(fp); // Comment line case '\n': - onNewLine = 1; - onColor = -1; - onPiece = -1; - onFile = -1; - onRank = -1; + onNewLine = 1; + onColor = -1; + onPiece = -1; + onFile = -1; + onRank = -1; break; default: break; -- cgit v1.2.3