summaryrefslogtreecommitdiffstats
path: root/monop/print.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-19 09:45:02 +0000
committerdholland <dholland@NetBSD.org>2008-02-19 09:45:02 +0000
commit360f38c761c19369bd6476bb7558d9b9113c4abf (patch)
tree41888ae80826a7676ef11d7c63db79aca4f2a43d /monop/print.c
parente2fc204ddc36cdded5693d299f4f5c8b04c464c0 (diff)
downloadbsdgames-darwin-360f38c761c19369bd6476bb7558d9b9113c4abf.tar.gz
bsdgames-darwin-360f38c761c19369bd6476bb7558d9b9113c4abf.tar.zst
bsdgames-darwin-360f38c761c19369bd6476bb7558d9b9113c4abf.zip
KNF/whitespace nits. No functional changes.
Diffstat (limited to 'monop/print.c')
-rw-r--r--monop/print.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/monop/print.c b/monop/print.c
index 9cd3c95b..898c6eef 100644
--- a/monop/print.c
+++ b/monop/print.c
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.8 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: print.c,v 1.9 2008/02/19 09:45:02 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: print.c,v 1.8 2004/01/27 20:30:30 jsm Exp $");
+__RCSID("$NetBSD: print.c,v 1.9 2008/02/19 09:45:02 dholland Exp $");
#endif
#endif /* not lint */
@@ -48,7 +48,7 @@ static void printmorg(const SQUARE *);
* This routine prints out the current board
*/
void
-printboard()
+printboard()
{
int i;
@@ -64,7 +64,7 @@ printboard()
* This routine lists where each player is.
*/
void
-where()
+where()
{
int i;