Module Name:    src
Committed By:   dholland
Date:           Mon Jul 20 06:09:29 UTC 2009

Modified Files:
        src/games/robots: init_field.c main.c

Log Message:
A bit more whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/robots/init_field.c
cvs rdiff -u -r1.26 -r1.27 src/games/robots/main.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/robots/init_field.c
diff -u src/games/robots/init_field.c:1.10 src/games/robots/init_field.c:1.11
--- src/games/robots/init_field.c:1.10	Mon Jul 20 06:00:56 2009
+++ src/games/robots/init_field.c	Mon Jul 20 06:09:29 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: init_field.c,v 1.10 2009/07/20 06:00:56 dholland Exp $	*/
+/*	$NetBSD: init_field.c,v 1.11 2009/07/20 06:09:29 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,11 +34,11 @@
 #if 0
 static char sccsid[] = "@(#)init_field.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: init_field.c,v 1.10 2009/07/20 06:00:56 dholland Exp $");
+__RCSID("$NetBSD: init_field.c,v 1.11 2009/07/20 06:09:29 dholland Exp $");
 #endif
 #endif /* not lint */
 
-# include	"robots.h"
+#include "robots.h"
 
 static int telx = 0;
 static int tely = 0;

Index: src/games/robots/main.c
diff -u src/games/robots/main.c:1.26 src/games/robots/main.c:1.27
--- src/games/robots/main.c:1.26	Mon Jul 20 06:00:56 2009
+++ src/games/robots/main.c	Mon Jul 20 06:09:29 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.26 2009/07/20 06:00:56 dholland Exp $	*/
+/*	$NetBSD: main.c,v 1.27 2009/07/20 06:09:29 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: main.c,v 1.26 2009/07/20 06:00:56 dholland Exp $");
+__RCSID("$NetBSD: main.c,v 1.27 2009/07/20 06:09:29 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -81,7 +81,7 @@
 					score_wfd = open(Scorefile, O_RDWR);
 					if (score_wfd < 0)
 						score_err = errno;
-# ifdef	FANCY
+#ifdef FANCY
 					sp = strrchr(Scorefile, '/');
 					if (sp == NULL)
 						sp = Scorefile;
@@ -91,7 +91,7 @@
 						Stand_still = TRUE;
 					if (Pattern_roll || Stand_still)
 						Teleport = TRUE;
-# endif
+#endif
 				}
 			else
 				for (sp = &av[0][1]; *sp; sp++)

Reply via email to