From bbf33cc7cb5eec8f3006b86c2fe8291580b7dbba Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 24 Oct 2002 12:11:55 +0000 Subject: [PATCH] White space tweak ... --- src/Objects/obj.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Objects/obj.cxx b/src/Objects/obj.cxx index 85d9c943f..1160f7eb5 100644 --- a/src/Objects/obj.cxx +++ b/src/Objects/obj.cxx @@ -380,8 +380,8 @@ void TriUserData::fill_in_triangle () // place an object each unit of area while ( num > 1.0 ) { - add_object_to_triangle(object); - num -= 1.0; + add_object_to_triangle(object); + num -= 1.0; } // for partial units of area, use a zombie door method to // create the proper random chance of an object being created -- 2.39.5