Module Name: src Committed By: rillig Date: Sun May 15 22:00:12 UTC 2022
Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c stoc.c Log Message: gomoku: apply some style fixes towards KNF There are still parts of the code that use an indentation level of 4 instead of the usual 8. Fixing that right now would introduce more unnatural line breaks, so defer that until later. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/gomoku/bdinit.c cvs rdiff -u -r1.19 -r1.20 src/games/gomoku/bdisp.c cvs rdiff -u -r1.21 -r1.22 src/games/gomoku/gomoku.h cvs rdiff -u -r1.28 -r1.29 src/games/gomoku/main.c cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/makemove.c cvs rdiff -u -r1.23 -r1.24 src/games/gomoku/pickmove.c cvs rdiff -u -r1.13 -r1.14 src/games/gomoku/stoc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.