diff options
| author | dholland <dholland@NetBSD.org> | 2009-07-20 06:00:56 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-07-20 06:00:56 +0000 |
| commit | e1ae4d1a77877d5f408947890cf752c0c0998291 (patch) | |
| tree | d9400d9df9a647b1e1f0bf23e8546ac4764ee7ce /robots/init_field.c | |
| parent | ce061e17a9dda9852d7bfd583c089bbd8dac1333 (diff) | |
| download | bsdgames-darwin-e1ae4d1a77877d5f408947890cf752c0c0998291.tar.gz bsdgames-darwin-e1ae4d1a77877d5f408947890cf752c0c0998291.zip | |
Whitespace.
Diffstat (limited to 'robots/init_field.c')
| -rw-r--r-- | robots/init_field.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/robots/init_field.c b/robots/init_field.c index 371f3eeb..a16a4b7b 100644 --- a/robots/init_field.c +++ b/robots/init_field.c @@ -1,4 +1,4 @@ -/* $NetBSD: init_field.c,v 1.9 2009/07/20 05:44:02 dholland Exp $ */ +/* $NetBSD: init_field.c,v 1.10 2009/07/20 06:00:56 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)init_field.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: init_field.c,v 1.9 2009/07/20 05:44:02 dholland Exp $"); +__RCSID("$NetBSD: init_field.c,v 1.10 2009/07/20 06:00:56 dholland Exp $"); #endif #endif /* not lint */ @@ -51,9 +51,9 @@ static int tely = 0; void init_field(void) { - int i; - static bool first = TRUE; - static const char *const desc[] = { + int i; + static bool first = TRUE; + static const char *const desc[] = { "Directions:", "", "y k u", @@ -116,7 +116,7 @@ init_field(void) if (first) refresh(); first = FALSE; -#ifdef FANCY +#ifdef FANCY if (Pattern_roll) Next_move = &Move_list[-1]; #endif |
