From 2d18a7a075d8808a74656c985fca1a18df88a7b0 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 22:48:36 +0100 Subject: Added alignment --- FICS/comproc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'FICS') diff --git a/FICS/comproc.c b/FICS/comproc.c index effd42f..c2dba1b 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -54,11 +54,11 @@ #include "utils.h" #include "variable.h" -PUBLIC const int none = 0; -PUBLIC const int blitz_rat = 1; -PUBLIC const int std_rat = 2; -PUBLIC const int wild_rat = 3; -PUBLIC const int light_rat = 4; +PUBLIC const int none = 0; +PUBLIC const int blitz_rat = 1; +PUBLIC const int std_rat = 2; +PUBLIC const int wild_rat = 3; +PUBLIC const int light_rat = 4; PUBLIC int num_news = -1; -- cgit v1.2.3