summaryrefslogtreecommitdiffstats
path: root/wump
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-05-02 12:50:43 +0000
committerCameron Katri <me@cameronkatri.com>2021-05-05 14:56:21 -0400
commit1c75ca2e2dc72d118edbb854455e602d70d80a52 (patch)
treea815eb983fa15e7c407095122e37acb90093be9a /wump
parent2442661e769456700d67fac92056d18b3046633e (diff)
downloadbsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.zst
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'wump')
-rw-r--r--wump/wump.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/wump/wump.c b/wump/wump.c
index 0175bb05..fdb9ae4b 100644
--- a/wump/wump.c
+++ b/wump/wump.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wump.c,v 1.30 2012/06/19 05:46:09 dholland Exp $ */
+/* $NetBSD: wump.c,v 1.31 2021/05/02 12:50:47 rillig Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\
#if 0
static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: wump.c,v 1.30 2012/06/19 05:46:09 dholland Exp $");
+__RCSID("$NetBSD: wump.c,v 1.31 2021/05/02 12:50:47 rillig Exp $");
#endif
#endif /* not lint */
@@ -689,7 +689,7 @@ getans(const char *prompt)
static int
bats_nearby(void)
-{
+{
int i;
/* check for bats in the immediate vicinity */
@@ -701,7 +701,7 @@ bats_nearby(void)
static int
pit_nearby(void)
-{
+{
int i;
/* check for pits in the immediate vicinity */