Module Name:    src
Committed By:   dholland
Date:           Sat Jul  4 06:19:05 UTC 2009

Modified Files:
        src/games/hunt/huntd: shots.c

Log Message:
more whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/shots.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/hunt/huntd/shots.c
diff -u src/games/hunt/huntd/shots.c:1.10 src/games/hunt/huntd/shots.c:1.11
--- src/games/hunt/huntd/shots.c:1.10	Sat Jul  4 04:29:55 2009
+++ src/games/hunt/huntd/shots.c	Sat Jul  4 06:19:05 2009
@@ -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 @@
 	  case BOOT_PAIR:
 		mark_boot(bp);
 #endif
-		
+
 	  default:
 		Maze[bp->b_y][bp->b_x] = bp->b_type;
 		break;

Reply via email to