summaryrefslogtreecommitdiffstats
path: root/monop/prop.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/prop.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/prop.c')
-rw-r--r--monop/prop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monop/prop.c b/monop/prop.c
index 916129ad..73c3152b 100644
--- a/monop/prop.c
+++ b/monop/prop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: prop.c,v 1.13 2008/02/19 09:32:34 dholland Exp $ */
+/* $NetBSD: prop.c,v 1.14 2008/02/19 09:45:02 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)prop.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: prop.c,v 1.13 2008/02/19 09:32:34 dholland Exp $");
+__RCSID("$NetBSD: prop.c,v 1.14 2008/02/19 09:45:02 dholland Exp $");
#endif
#endif /* not lint */
@@ -64,7 +64,7 @@ void
add_list(plr, head, op_sqr)
int plr;
OWN **head;
- int op_sqr;
+ int op_sqr;
{
int val;
OWN *tp, *last_tp;