diff --git a/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyMotionProperties.cpp b/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyMotionProperties.cpp index db0c0bb9fa8e..78eacd485a96 100644 --- a/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyMotionProperties.cpp +++ b/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyMotionProperties.cpp @@ -1321,4 +1321,4 @@ void SoftBodyMotionProperties::RestoreState(StateRecorder &inStream) inStream.Read(mLocalPredictedBounds.mMax); } -JPH_NAMESPACE_END \ No newline at end of file +JPH_NAMESPACE_END diff --git a/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyVertex.h b/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyVertex.h index 1c20e5fca311..72d4291e216c 100644 --- a/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyVertex.h +++ b/thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyVertex.h @@ -33,4 +33,4 @@ class SoftBodyVertex float mInvMass; ///< Inverse mass (1 / mass) }; -JPH_NAMESPACE_END \ No newline at end of file +JPH_NAMESPACE_END