aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-02 01:00:50 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-02 01:00:50 +0200
commitf17d7f370256389e836466c338e1bb7007b8e504 (patch)
tree21ef1d1ec8e2ccd8538171e49fa88e5eb7265150 /FICS
parent20e9dafad6d37ded2fba49df5b145b842982ea32 (diff)
Aligned the struct members
Diffstat (limited to 'FICS')
-rw-r--r--FICS/matchproc.c23
1 files changed, 11 insertions, 12 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c
index 532c7ea..44e8c77 100644
--- a/FICS/matchproc.c
+++ b/FICS/matchproc.c
@@ -57,21 +57,20 @@
#endif
struct print_bh_context {
- int pp;
- int pp1;
+ int pp;
+ int pp1;
- int rated;
- int type;
- int white;
+ int rated;
+ int type;
+ int white;
- char *board;
- char *category;
+ char *board;
+ char *category;
- int binc;
- int bt;
-
- int winc;
- int wt;
+ int binc;
+ int bt;
+ int winc;
+ int wt;
};
PUBLIC int