From 1c75ca2e2dc72d118edbb854455e602d70d80a52 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 2 May 2021 12:50:43 +0000 Subject: games: remove trailing whitespace in *.c and *.h --- larn/scores.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'larn/scores.c') diff --git a/larn/scores.c b/larn/scores.c index 26ee7c42..6d4d8c5b 100644 --- a/larn/scores.c +++ b/larn/scores.c @@ -1,10 +1,10 @@ -/* $NetBSD: scores.c,v 1.21 2012/06/19 05:30:44 dholland Exp $ */ +/* $NetBSD: scores.c,v 1.22 2021/05/02 12:50:45 rillig Exp $ */ /* * scores.c Larn is copyrighted 1986 by Noah Morgan. - * + * * Functions in this file are: - * + * * readboard() Function to read in the scoreboard into a static buffer * writeboard() Function to write the scoreboard from readboard()'s buffer * makeboard() Function to create a new scoreboard (wipe out old one) @@ -22,11 +22,11 @@ * line showing player when he is killed diedlog() Subroutine to read a * log file and print it out in ascii format getplid(name) * on to get players id # from id file - * + * */ #include #ifndef lint -__RCSID("$NetBSD: scores.c,v 1.21 2012/06/19 05:30:44 dholland Exp $"); +__RCSID("$NetBSD: scores.c,v 1.22 2021/05/02 12:50:45 rillig Exp $"); #endif /* not lint */ #include #include @@ -224,7 +224,7 @@ hashewon(void) * Enter with the amount (in gp) to pay on the taxes. * Returns amount actually paid. */ -long +long paytaxes(long x) { int i; -- cgit v1.2.3