# HG changeset patch # User Mike Becker # Date 1784402287 -7200 # Node ID 942a0cef9ff5d9ac8045708196ae85220ad8635a # Parent 21b76056a178ce8a49cf04c4516aa710b8112b3e fix fucked up indentation diff -r 21b76056a178 -r 942a0cef9ff5 src/chess/pgn.c --- a/src/chess/pgn.c Sat Jul 18 15:30:08 2026 +0200 +++ b/src/chess/pgn.c Sat Jul 18 21:18:07 2026 +0200 @@ -154,7 +154,7 @@ if (eval_move(gamestate, movestr, &move, curcol) != VALID_MOVE_SYNTAX) { return pgn_error_move_syntax; - } + } if (validate_move(gamestate, &move) != VALID_MOVE_SEMANTICS) { return pgn_error_move_semantics; }