From 2259ef99814e890037423ad7beecb3fa28ca0f78 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 20 Jul 2009 06:09:29 +0000 Subject: A bit more whitespace. --- robots/init_field.c | 6 +++--- robots/main.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'robots') 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++) -- cgit v1.2.3-56-ge451