Browse Source

Whitespace fix

Jorrit Rouwe 9 months ago
parent
commit
6e9d9cda11

+ 1 - 1
Jolt/AABBTree/TriangleCodec/TriangleCodecIndexed8BitPackSOA4Flags.h

@@ -300,7 +300,7 @@ public:
 			// Check if anything to do
 			if (mVertices.empty())
 				return;
-					
+
 			// Calculate bounding box
 			AABox bounds;
 			for (uint32 v : mVertices)