From bef370167de540740b5293bd3f2616949927a467 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Apr 2024 03:15:41 +0200 Subject: Indent using tabs --- FICS/ratings.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FICS') diff --git a/FICS/ratings.c b/FICS/ratings.c index a722752..a1443de 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -90,12 +90,12 @@ PRIVATE int lHist[MAXHIST]; PRIVATE char sdir[] = DEFAULT_STATS; -PUBLIC int is_active(int Games) +PUBLIC int +is_active(int Games) { - return (Games >= PROVISIONAL); + return (Games >= PROVISIONAL); } - PUBLIC void rating_add(int rating, int type) { int which; -- cgit v1.2.3