Browse Source

Formatting.

revert-0c36e162
Jeff Young 8 months ago
parent
commit
23528425ef
  1. 4
      pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr_parser.cpp

4
pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr_parser.cpp

@ -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" );

Loading…
Cancel
Save