summaryrefslogtreecommitdiffstats
path: root/phantasia/setup.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 /phantasia/setup.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 'phantasia/setup.c')
-rw-r--r--phantasia/setup.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/phantasia/setup.c b/phantasia/setup.c
index a13c5211..359d84de 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.22 2017/10/02 22:03:10 joerg Exp $ */
+/* $NetBSD: setup.c,v 1.23 2021/05/02 12:50:46 rillig Exp $ */
/*
* setup.c - set up all files for Phantasia
@@ -43,15 +43,15 @@ double drandom(void);
/
/ RETURN VALUE: none
/
-/ MODULES CALLED: time(), exit(), stat(), Error(), creat(), close(), fopen(),
-/ fgets(), floor(), srandom(), umask(), drandom(), strcpy(), getuid(),
+/ MODULES CALLED: time(), exit(), stat(), Error(), creat(), close(), fopen(),
+/ fgets(), floor(), srandom(), umask(), drandom(), strcpy(), getuid(),
/ unlink(), fwrite(), fclose(), sscanf(), printf(), strlen(), fprintf()
/
/ GLOBAL INPUTS: Curmonster, _iob[], Databuf[], *Monstfp, Enrgyvoid
/
/ GLOBAL OUTPUTS: Curmonster, Databuf[], *Monstfp, Enrgyvoid
/
-/ DESCRIPTION:
+/ DESCRIPTION:
/
/ This program tries to verify the parameters specified in
/ the Makefile.
@@ -263,7 +263,7 @@ Error(const char *str, const char *file)
/
/ GLOBAL OUTPUTS: none
/
-/ DESCRIPTION:
+/ DESCRIPTION:
/
/ ************************************************************************/