diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-04 03:15:41 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-04 03:15:41 +0200 |
commit | bef370167de540740b5293bd3f2616949927a467 (patch) | |
tree | 53dbd1a8e4464375c67be922171bcda0bf63a9df /FICS/ratings.c | |
parent | 6c27694548949be38073ac6fceb674b323255edf (diff) |
Indent using tabs
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r-- | FICS/ratings.c | 6 |
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; |