diff --git a/src/broad_phase.c b/src/broad_phase.c index a92d533..c7b3a12 100644 --- a/src/broad_phase.c +++ b/src/broad_phase.c @@ -182,4 +182,4 @@ void frQuerySpatialHash(frSpatialHash *sh, .ctx = userData } ); -} \ No newline at end of file +} diff --git a/src/external/ferox_utils.h b/src/external/ferox_utils.h index 45af14b..8b1a424 100644 --- a/src/external/ferox_utils.h +++ b/src/external/ferox_utils.h @@ -229,4 +229,4 @@ /* A data type that represents a bit array.*/ typedef int *frBitArray; -#endif // `FEROX_UTILS_H` \ No newline at end of file +#endif // `FEROX_UTILS_H`