fix fucked up indentation

Sat, 18 Jul 2026 21:18:07 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 18 Jul 2026 21:18:07 +0200
changeset 146
942a0cef9ff5
parent 145
21b76056a178
child 147
7e3f2d462bb6

fix fucked up indentation

src/chess/pgn.c file | annotate | diff | comparison | revisions
--- 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;
         }

mercurial