summaryrefslogtreecommitdiffstats
path: root/trek/klmove.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-24 20:39:43 +0000
committerdholland <dholland@NetBSD.org>2009-05-24 20:39:43 +0000
commitd1e529ba0fda11f991642459e66a3805a1bb06ae (patch)
tree947997b725dda22e7e601d312d6c97e7a8ea1050 /trek/klmove.c
parentf31fc2c1d85c05180f4cedad70ca7ec4eb8bb85f (diff)
downloadbsdgames-darwin-d1e529ba0fda11f991642459e66a3805a1bb06ae.tar.gz
bsdgames-darwin-d1e529ba0fda11f991642459e66a3805a1bb06ae.tar.zst
bsdgames-darwin-d1e529ba0fda11f991642459e66a3805a1bb06ae.zip
KNF: fix formatting of preprocessor directives
Diffstat (limited to 'trek/klmove.c')
-rw-r--r--trek/klmove.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/trek/klmove.c b/trek/klmove.c
index 17d636c9..b08b13bd 100644
--- a/trek/klmove.c
+++ b/trek/klmove.c
@@ -1,4 +1,4 @@
-/* $NetBSD: klmove.c,v 1.6 2009/05/24 19:18:44 dholland Exp $ */
+/* $NetBSD: klmove.c,v 1.7 2009/05/24 20:39:43 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)klmove.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: klmove.c,v 1.6 2009/05/24 19:18:44 dholland Exp $");
+__RCSID("$NetBSD: klmove.c,v 1.7 2009/05/24 20:39:43 dholland Exp $");
#endif
#endif /* not lint */
@@ -78,10 +78,10 @@ klmove(int fl)
double bigger;
int i;
-# ifdef xTRACE
+#ifdef xTRACE
if (Trace)
printf("klmove: fl = %d, Etc.nkling = %d\n", fl, Etc.nkling);
-# endif
+#endif
for (n = 0; n < Etc.nkling; n++)
{
k = &Etc.klingon[n];