summaryrefslogtreecommitdiffstats
path: root/mille/table.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-25 23:34:50 +0000
committerdholland <dholland@NetBSD.org>2009-05-25 23:34:50 +0000
commit0381d36b77a1e707ccdd5dc70d059b73520a8e15 (patch)
treeaaad9530ba00b8ad43c7dc5357dc40677d1a0c73 /mille/table.c
parent1bb96be3372ee03925cdb9f4b5da4f5fa989c55e (diff)
downloadbsdgames-darwin-0381d36b77a1e707ccdd5dc70d059b73520a8e15.tar.gz
bsdgames-darwin-0381d36b77a1e707ccdd5dc70d059b73520a8e15.tar.zst
bsdgames-darwin-0381d36b77a1e707ccdd5dc70d059b73520a8e15.zip
KNF/whitespace: format preprocessor directives correctly.
Diffstat (limited to 'mille/table.c')
-rw-r--r--mille/table.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mille/table.c b/mille/table.c
index 084d5d01..3fde2d89 100644
--- a/mille/table.c
+++ b/mille/table.c
@@ -1,4 +1,4 @@
-/* $NetBSD: table.c,v 1.9 2009/05/25 23:24:54 dholland Exp $ */
+/* $NetBSD: table.c,v 1.10 2009/05/25 23:34:50 dholland Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -39,17 +39,17 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\
#if 0
static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: table.c,v 1.9 2009/05/25 23:24:54 dholland Exp $");
+__RCSID("$NetBSD: table.c,v 1.10 2009/05/25 23:34:50 dholland Exp $");
#endif
#endif /* not lint */
-# define DEBUG
+#define DEBUG
/*
* @(#)table.c 1.1 (Berkeley) 4/1/82
*/
-# include "mille.h"
+#include "mille.h"
int main(int, char **);