Fix extra space.

This commit is contained in:
Jeff Young 2024-04-01 17:45:02 +01:00
parent 78bec3f1ba
commit 1b22c92177
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ bool SHAPE_LINE_CHAIN::Collide( const SEG& aSeg, int aClearance, int* aActual,
int closest_dist = std::numeric_limits<int>::max();
if( closest_dist_sq < VECTOR2I ::ECOORD_MAX )
if( closest_dist_sq < VECTOR2I::ECOORD_MAX )
closest_dist = sqrt( closest_dist_sq );
// Collide arc segments