From 749bb281d23b374a4d69f5d448ea57dda978e55e Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 23:55:13 +0100 Subject: Added alignment --- FICS/makerank.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FICS/makerank.c') diff --git a/FICS/makerank.c b/FICS/makerank.c index 99a4029..c132e1c 100644 --- a/FICS/makerank.c +++ b/FICS/makerank.c @@ -10,11 +10,11 @@ #define COMPUTER_FILE DEFAULT_LISTS "/computer" #define MAX_LOGIN_NAME 21 -static ENTRY **list; -static ENTRY **sortme; +static ENTRY **list; +static ENTRY **sortme; -static char *rnames[] = {"std", "blitz", "wild", "lightning"}; -static int rtype; +static char *rnames[] = { "std", "blitz", "wild", "lightning" }; +static int rtype; static int GetPlayerInfo(char *fileName, ENTRY *e) -- cgit v1.2.3