Cleanup code line endings

This commit is contained in:
Seth Hillbrand 2020-07-29 11:09:36 -07:00
parent 5fc6b74c89
commit 9a66a5acad
1 changed files with 0 additions and 2 deletions

View File

@ -1583,8 +1583,6 @@ DIRECTION_45 POSTURE_SOLVER::GetPosture( const VECTOR2I& aP )
double areaDiag = diag.Area();
double ratio = abs(areaS) / (fabs(areaDiag) + 1.0);
printf("posture forced %d initdir %s\n", !!m_forced, m_initDirection.Format().c_str() );
// heuristic to detect that the user dragged back the cursor to the beginning of the trace
// in this case, we cancel any forced posture
if( sqrt(refArea) < 4 * m_tollerance )