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/monster.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'larn/monster.c') diff --git a/larn/monster.c b/larn/monster.c index 9f19f39f..1b325170 100644 --- a/larn/monster.c +++ b/larn/monster.c @@ -1,4 +1,4 @@ -/* $NetBSD: monster.c,v 1.19 2019/02/03 03:19:25 mrg Exp $ */ +/* $NetBSD: monster.c,v 1.20 2021/05/02 12:50:45 rillig Exp $ */ /* * monster.c Larn is copyrighted 1986 by Noah Morgan. @@ -100,7 +100,7 @@ */ #include #ifndef lint -__RCSID("$NetBSD: monster.c,v 1.19 2019/02/03 03:19:25 mrg Exp $"); +__RCSID("$NetBSD: monster.c,v 1.20 2021/05/02 12:50:45 rillig Exp $"); #endif /* not lint */ #include @@ -185,7 +185,7 @@ createmonster(int mon) * if monst==TRUE check for no monster at this location * This routine will return FALSE if at a wall or the dungeon exit on level 1 */ -static int +static int cgood(int x, int y, int theitem, int monst) { #define itm __lose -- cgit v1.2.3