Remove extra newlines

This commit is contained in:
2025-06-21 22:22:04 +03:00
parent 6e643403b4
commit 6ff6896969
21 changed files with 1 additions and 235 deletions

View File

@@ -11,7 +11,6 @@ int BH_Ray3fIntersectPlane(const float start[3],
float out[3]);
int BH_Ray3fIntersectTriangle(const float start[3],
const float direction[3],
const float a[3],
@@ -21,7 +20,6 @@ int BH_Ray3fIntersectTriangle(const float start[3],
float out[3]);
int BH_Segment3fIntersectPlane(const float start[3],
const float end[3],
const float plane[4],
@@ -29,7 +27,6 @@ int BH_Segment3fIntersectPlane(const float start[3],
float out[3]);
int BH_Segment3fIntersectTriangle(const float start[3],
const float end[3],
const float a[3],
@@ -47,7 +44,6 @@ int BH_Ray3fIntersectBox3f(const float aStart[3],
float out[3]);
int BH_Segment3fIntersectBox3f(const float aStart[3],
const float aEnd[3],
const float bMin[3],