and this whitespace

This commit is contained in:
Eidolon 2025-10-02 12:33:43 -05:00
parent 48e60648f6
commit 494f4c1641

View file

@ -34,7 +34,6 @@ extern "C" consvar_t cv_showgremlins;
line_t* P_SweepTestLines(fixed_t ax, fixed_t ay, fixed_t bx, fixed_t by, fixed_t r, vector2_t* return_normal)
{
using namespace srb2::math;
using namespace srb2::sweep;