From 494f4c1641677b80f777a49c4d9cccee90082445 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Thu, 2 Oct 2025 12:33:43 -0500 Subject: [PATCH] and this whitespace --- src/p_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_test.cpp b/src/p_test.cpp index beb85626b..ca6e7b333 100644 --- a/src/p_test.cpp +++ b/src/p_test.cpp @@ -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;