7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 19:39:17 +00:00

Formatting.

This commit is contained in:
Jeff Young 2025-02-26 16:27:02 +00:00
parent f538908f62
commit 23528425ef

View File

@ -2124,7 +2124,9 @@ LSET PCB_IO_KICAD_SEXPR_PARSER::parseLayersForCuItemWithSoldermask()
if( ( ( layerMask & LSET::InternalCuMask() ).any()
&& ( layerMask & LSET( { F_Mask, B_Mask } ) ).any() ) )
Expecting( "no mask layer when track is on internal layer" );
{
Expecting( "no mask layer when track is on internal layer" );
}
if( ( layerMask & LSET( { F_Cu, B_Mask } ) ).count() > 1 )
Expecting( "copper and mask on the same side" );