summaryrefslogtreecommitdiffstats
path: root/monop/monop.def
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-20 05:08:46 +0000
committerdholland <dholland@NetBSD.org>2008-02-20 05:08:46 +0000
commit9e08b8f561982e00fcb27264931b54cbbfaf5cb6 (patch)
treeecce4717a02706a2ff9bca43d58910322b8e276f /monop/monop.def
parent097774360f5b918275ec015d8a33ab6c57b812b5 (diff)
downloadbsdgames-darwin-9e08b8f561982e00fcb27264931b54cbbfaf5cb6.tar.gz
bsdgames-darwin-9e08b8f561982e00fcb27264931b54cbbfaf5cb6.zip
A few more whitespace/KNF. I keep hoping I've found them all...
Diffstat (limited to 'monop/monop.def')
-rw-r--r--monop/monop.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/monop/monop.def b/monop/monop.def
index 579175e3..af7b3653 100644
--- a/monop/monop.def
+++ b/monop/monop.def
@@ -1,4 +1,4 @@
-/* $NetBSD: monop.def,v 1.10 2008/02/19 09:25:21 dholland Exp $ */
+/* $NetBSD: monop.def,v 1.11 2008/02/20 05:08:46 dholland Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -106,13 +106,13 @@ RR_S rr[N_RR]; /* railroad descriptions */
UTIL_S util[2]; /* utility descriptions */
MON mon[N_MON] = { /* monopoly descriptions */
-# include "mon.dat"
+#include "mon.dat"
};
PROP prop[N_PROP] = { /* typical properties */
-# include "prop.dat"
+#include "prop.dat"
};
SQUARE board[N_SQRS+1] = { /* board itself (+1 for Jail) */
-# include "brd.dat"
+#include "brd.dat"
};