From d1e529ba0fda11f991642459e66a3805a1bb06ae Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 May 2009 20:39:43 +0000 Subject: KNF: fix formatting of preprocessor directives --- trek/capture.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trek/capture.c') diff --git a/trek/capture.c b/trek/capture.c index fea6ca7c..9c7414d2 100644 --- a/trek/capture.c +++ b/trek/capture.c @@ -1,4 +1,4 @@ -/* $NetBSD: capture.c,v 1.8 2009/05/24 19:18:44 dholland Exp $ */ +/* $NetBSD: capture.c,v 1.9 2009/05/24 20:39:43 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: capture.c,v 1.8 2009/05/24 19:18:44 dholland Exp $"); +__RCSID("$NetBSD: capture.c,v 1.9 2009/05/24 20:39:43 dholland Exp $"); #endif #endif /* not lint */ @@ -92,10 +92,10 @@ capture(int v __unused) x /= k->power * Etc.nkling; x *= Param.srndrprob; i = x; -# ifdef xTRACE +#ifdef xTRACE if (Trace) printf("Prob = %d (%.4f)\n", i, x); -# endif +#endif if (i > ranf(100)) { /* guess what, he surrendered!!! */ -- cgit v1.2.3-56-ge451