Module Name:    src
Committed By:   dholland
Date:           Sun May 24 20:43:10 UTC 2009

Modified Files:
        src/games/trek: torped.c

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/trek/torped.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/trek/torped.c
diff -u src/games/trek/torped.c:1.10 src/games/trek/torped.c:1.11
--- src/games/trek/torped.c:1.10	Sun May 24 19:18:44 2009
+++ src/games/trek/torped.c	Sun May 24 20:43:09 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: torped.c,v 1.10 2009/05/24 19:18:44 dholland Exp $	*/
+/*	$NetBSD: torped.c,v 1.11 2009/05/24 20:43:09 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)torped.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: torped.c,v 1.10 2009/05/24 19:18:44 dholland Exp $");
+__RCSID("$NetBSD: torped.c,v 1.11 2009/05/24 20:43:09 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -170,7 +170,7 @@
 			{
 			  case EMPTY:
 				continue;
-	
+
 			  case HOLE:
 				printf("Torpedo disappears into a black hole\n");
 				break;
@@ -191,19 +191,20 @@
 					break;
 				}
 				break;
-	
+
 			  case STAR:
 				nova(ix, iy);
 				break;
-	
+
 			  case INHABIT:
 				kills(ix, iy, -1);
 				break;
-	
+
 			  case BASE:
 				killb(Ship.quadx, Ship.quady);
 				Game.killb += 1;
 				break;
+
 			  default:
 				printf("Unknown object %c at %d,%d destroyed\n",
 					Sect[ix][iy], ix, iy);

Reply via email to