From 761309feb247f160b0ec923143c9f0c883467b03 Mon Sep 17 00:00:00 2001 From: PiCode <122909224+PiCode9560@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:00:15 +0300 Subject: [PATCH] Undo newlines at the end of files --- .../Jolt/Physics/SoftBody/SoftBodyMotionProperties.cpp | 2 +- thirdparty/jolt_physics/Jolt/Physics/SoftBody/SoftBodyVertex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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