From a4f6dfc705e0ac929a5b544280eee93c26dfa238 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Mon, 22 Jan 2024 09:39:12 -0800 Subject: [PATCH] CustomConvexShape: whitespace --- .../com/jme3/bullet/collision/shapes/CustomConvexShape.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java b/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java index 65187ed7..c477c60a 100644 --- a/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java +++ b/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java @@ -131,8 +131,8 @@ protected CustomConvexShape(Vector3f halfExtents) { * @return the location on the shape's surface with the specified normal (in * scaled shape coordinates, must lie on or within the shape's bounding box) */ - abstract protected Vector3f locateSupport( - float dirX, float dirY, float dirZ); + abstract protected Vector3f + locateSupport(float dirX, float dirY, float dirZ); /** * Alter the scaled rotational inertia. Typically invoked during