From f17d7f370256389e836466c338e1bb7007b8e504 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 2 Apr 2024 01:00:50 +0200 Subject: Aligned the struct members --- FICS/matchproc.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'FICS/matchproc.c') 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 -- cgit v1.2.3