aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-04 03:15:41 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-04 03:15:41 +0200
commitbef370167de540740b5293bd3f2616949927a467 (patch)
tree53dbd1a8e4464375c67be922171bcda0bf63a9df /FICS
parent6c27694548949be38073ac6fceb674b323255edf (diff)
Indent using tabs
Diffstat (limited to 'FICS')
-rw-r--r--FICS/ratings.c6
1 files changed, 3 insertions, 3 deletions
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;