summaryrefslogtreecommitdiffstats
path: root/mille/extern.c
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 /mille/extern.c
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 'mille/extern.c')
-rw-r--r--mille/extern.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mille/extern.c b/mille/extern.c
index 6a07a3dc..25a54827 100644
--- a/mille/extern.c
+++ b/mille/extern.c
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.c,v 1.11 2011/08/16 11:14:04 christos Exp $ */
+/* $NetBSD: extern.c,v 1.12 2021/05/02 12:50:45 rillig Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: extern.c,v 1.11 2011/08/16 11:14:04 christos Exp $");
+__RCSID("$NetBSD: extern.c,v 1.12 2021/05/02 12:50:45 rillig Exp $");
#endif
#endif /* not lint */
@@ -64,7 +64,7 @@ static const char *const _cn[NUM_CARDS] = {/* Card name buffer */
"Flat Tire",
"Accident",
"Stop",
- "Speed Limit",
+ "Speed Limit",
"Gasoline",
"Spare Tire",
"Repairs",