aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-23 23:39:25 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-23 23:39:25 +0100
commitbbb3db9d4f4d46f77888939b9f2e8d200d84d1ce (patch)
treed29d6c18ef7357ff9a042c1f10e131e2bc6c78e0
parent785ec89c2097202feb010b747bcf40465c0d3dfd (diff)
Added whitespaces
-rw-r--r--FICS/board.c2
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();