Formatting.

This commit is contained in:
Jeff Young 2024-08-22 13:44:27 -06:00
parent b549c4feec
commit 0ec445e7cb

View File

@ -207,7 +207,8 @@ void STROKE_PARAMS::Stroke( const SHAPE* aShape, LINE_STYLE aLineStyle, int aWid
} }
if( aLineStyle == LINE_STYLE::DASH if( aLineStyle == LINE_STYLE::DASH
|| (( aLineStyle == LINE_STYLE::DASHDOT || aLineStyle == LINE_STYLE::DASHDOTDOT ) && i % wrapAround == 0)) || ( ( aLineStyle == LINE_STYLE::DASHDOT || aLineStyle == LINE_STYLE::DASHDOTDOT )
&& ( i % wrapAround ) == 0 ) )
{ {
for( EDA_ANGLE currentAngle = startAngle; currentAngle < endAngle; for( EDA_ANGLE currentAngle = startAngle; currentAngle < endAngle;
currentAngle += angleIncrementInRadians ) currentAngle += angleIncrementInRadians )