summaryrefslogtreecommitdiffstats
path: root/larn/moreobj.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 /larn/moreobj.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 'larn/moreobj.c')
-rw-r--r--larn/moreobj.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/larn/moreobj.c b/larn/moreobj.c
index d36e6e17..e9303347 100644
--- a/larn/moreobj.c
+++ b/larn/moreobj.c
@@ -1,15 +1,15 @@
-/* $NetBSD: moreobj.c,v 1.12 2012/06/19 05:30:43 dholland Exp $ */
+/* $NetBSD: moreobj.c,v 1.13 2021/05/02 12:50:45 rillig Exp $ */
/*
* moreobj.c Larn is copyrighted 1986 by Noah Morgan.
- *
+ *
* Routines in this file:
- *
+ *
* oaltar() othrone() ochest() ofountain()
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: moreobj.c,v 1.12 2012/06/19 05:30:43 dholland Exp $");
+__RCSID("$NetBSD: moreobj.c,v 1.13 2021/05/02 12:50:45 rillig Exp $");
#endif /* not lint */
#include <stdlib.h>
#include <unistd.h>