summaryrefslogtreecommitdiffstats
path: root/hunt/huntd
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-07-04 06:19:05 +0000
committerdholland <dholland@NetBSD.org>2009-07-04 06:19:05 +0000
commit4c76b7ec11ea4a4c4f121d6623ddec249e227899 (patch)
tree0ad1fdb9e6a5a068cce0d744e5544d40de90135f /hunt/huntd
parent6c05802ed17b6bbc0c54420e72f3de9dfc18c086 (diff)
downloadbsdgames-darwin-4c76b7ec11ea4a4c4f121d6623ddec249e227899.tar.gz
bsdgames-darwin-4c76b7ec11ea4a4c4f121d6623ddec249e227899.tar.zst
bsdgames-darwin-4c76b7ec11ea4a4c4f121d6623ddec249e227899.zip
more whitespace
Diffstat (limited to 'hunt/huntd')
-rw-r--r--hunt/huntd/shots.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/shots.c b/hunt/huntd/shots.c
index 71255e9c..ad655e2e 100644
--- a/hunt/huntd/shots.c
+++ b/hunt/huntd/shots.c
@@ -1,4 +1,4 @@
-/* $NetBSD: shots.c,v 1.10 2009/07/04 04:29:55 dholland Exp $ */
+/* $NetBSD: shots.c,v 1.11 2009/07/04 06:19:05 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: shots.c,v 1.10 2009/07/04 04:29:55 dholland Exp $");
+__RCSID("$NetBSD: shots.c,v 1.11 2009/07/04 06:19:05 dholland Exp $");
#endif /* not lint */
#include <err.h>
@@ -549,7 +549,7 @@ save_bullet(BULLET *bp)
case BOOT_PAIR:
mark_boot(bp);
#endif
-
+
default:
Maze[bp->b_y][bp->b_x] = bp->b_type;
break;