summaryrefslogtreecommitdiffstats
path: root/mille/mille.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/mille.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/mille.c')
-rw-r--r--mille/mille.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mille/mille.c b/mille/mille.c
index 85cd73ff..9b269c29 100644
--- a/mille/mille.c
+++ b/mille/mille.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mille.c,v 1.17 2009/05/25 23:24:54 dholland Exp $ */
+/* $NetBSD: mille.c,v 1.18 2009/05/25 23:34:50 dholland Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -39,12 +39,12 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\
#if 0
static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: mille.c,v 1.17 2009/05/25 23:24:54 dholland Exp $");
+__RCSID("$NetBSD: mille.c,v 1.18 2009/05/25 23:34:50 dholland Exp $");
#endif
#endif /* not lint */
-# include "mille.h"
-# include <signal.h>
+#include "mille.h"
+#include <signal.h>
/*
* @(#)mille.c 1.3 (Berkeley) 5/10/83
@@ -90,11 +90,11 @@ main(int ac, char *av[])
leaveok(Score, TRUE);
leaveok(Miles, TRUE);
clearok(curscr, TRUE);
-# ifndef PROF
+#ifndef PROF
srandom(getpid());
-# else
+#else
srandom(0);
-# endif
+#endif
cbreak();
noecho();
signal(SIGINT, rub);