]> git.mxchange.org Git - flightgear.git/commitdiff
White space tweak ...
authorcurt <curt>
Thu, 24 Oct 2002 12:11:55 +0000 (12:11 +0000)
committercurt <curt>
Thu, 24 Oct 2002 12:11:55 +0000 (12:11 +0000)
src/Objects/obj.cxx

index 85d9c943f2540517c8c1a5598f84434d903bb1ad..1160f7eb5e0894bb17295bbf3dc3740bb1ad6168 100644 (file)
@@ -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