summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-07-20 06:09:29 +0000
committerdholland <dholland@NetBSD.org>2009-07-20 06:09:29 +0000
commit2259ef99814e890037423ad7beecb3fa28ca0f78 (patch)
tree0b6598722cc1ebc76eca923ed57f7ad5905914e0 /robots
parente1ae4d1a77877d5f408947890cf752c0c0998291 (diff)
downloadbsdgames-darwin-2259ef99814e890037423ad7beecb3fa28ca0f78.tar.gz
bsdgames-darwin-2259ef99814e890037423ad7beecb3fa28ca0f78.tar.zst
bsdgames-darwin-2259ef99814e890037423ad7beecb3fa28ca0f78.zip
A bit more whitespace.
Diffstat (limited to 'robots')
-rw-r--r--robots/init_field.c6
-rw-r--r--robots/main.c8
2 files changed, 7 insertions, 7 deletions
diff --git a/robots/init_field.c b/robots/init_field.c
index a16a4b7b..0f902b44 100644
--- a/robots/init_field.c
+++ b/robots/init_field.c
@@ -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;
diff --git a/robots/main.c b/robots/main.c
index ad09e3d2..14ede2a7 100644
--- a/robots/main.c
+++ b/robots/main.c
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\
#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 @@ main(int ac, char **av)
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 @@ main(int ac, char **av)
Stand_still = TRUE;
if (Pattern_roll || Stand_still)
Teleport = TRUE;
-# endif
+#endif
}
else
for (sp = &av[0][1]; *sp; sp++)