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/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'larn/main.c') diff --git a/larn/main.c b/larn/main.c index 977c17d9..81f427ea 100644 --- a/larn/main.c +++ b/larn/main.c @@ -1,9 +1,9 @@ -/* $NetBSD: main.c,v 1.26 2019/02/03 03:19:25 mrg Exp $ */ +/* $NetBSD: main.c,v 1.27 2021/05/02 12:50:45 rillig Exp $ */ /* main.c */ #include #ifndef lint -__RCSID("$NetBSD: main.c,v 1.26 2019/02/03 03:19:25 mrg Exp $"); +__RCSID("$NetBSD: main.c,v 1.27 2021/05/02 12:50:45 rillig Exp $"); #endif /* not lint */ #include @@ -1302,7 +1302,7 @@ whatitem(const char *str) subroutine to get a number from the player and allow * to mean return amt, else return the number entered */ -unsigned long +unsigned long readnum(long mx) { int i; -- cgit v1.2.3