From ed0b391dfb3a855363837b8e957f332d46b2b7c6 Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Tue, 10 Apr 2001 02:36:50 +0000 Subject: [PATCH] Tweaked some comment indentation that made me itch ;) --- libs/util/mathlib.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/util/mathlib.c b/libs/util/mathlib.c index b42a23ade..ac3598ba2 100644 --- a/libs/util/mathlib.c +++ b/libs/util/mathlib.c @@ -220,10 +220,9 @@ BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, mplane_t *p) float dist1, dist2; int sides; -#if 0 // this is done by the - // BOX_ON_PLANE_SIDE macro before - // calling this - // function +#if 0 // this is done by the BOX_ON_PLANE_SIDE macro before + // calling this function + // fast axial cases if (p->type < 3) { if (p->dist <= emins[p->type])