From: curt Date: Thu, 24 Oct 2002 12:11:55 +0000 (+0000) Subject: White space tweak ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bbf33cc7cb5eec8f3006b86c2fe8291580b7dbba;p=flightgear.git White space tweak ... --- 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