Skip to content

Commit

Permalink
Undo newlines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
PiCode9560 committed Dec 27, 2024
1 parent 1c63669 commit 761309f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1321,4 +1321,4 @@ void SoftBodyMotionProperties::RestoreState(StateRecorder &inStream)
inStream.Read(mLocalPredictedBounds.mMax);
}

JPH_NAMESPACE_END
JPH_NAMESPACE_END
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class SoftBodyVertex
float mInvMass; ///< Inverse mass (1 / mass)
};

JPH_NAMESPACE_END
JPH_NAMESPACE_END

0 comments on commit 761309f

Please sign in to comment.