diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-23 23:39:25 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-23 23:39:25 +0100 |
commit | bbb3db9d4f4d46f77888939b9f2e8d200d84d1ce (patch) | |
tree | d29d6c18ef7357ff9a042c1f10e131e2bc6c78e0 /FICS/board.c | |
parent | 785ec89c2097202feb010b747bcf40465c0d3dfd (diff) |
Added whitespaces
Diffstat (limited to 'FICS/board.c')
-rw-r--r-- | FICS/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/board.c b/FICS/board.c index ee851f3..9a3a5e3 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -38,7 +38,7 @@ #define SquareColor(f, r) ((f ^ r) & 1) -#define IsMachineStyle(n) (((1<<(n)) & mach_type) != 0) +#define IsMachineStyle(n) (((1 << (n)) & mach_type) != 0) extern int style1(); extern int style2(); |