Commit 150cfebb authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio

Fixed some tab-induced disalignments

Charras beat me on fixing the include/sch_item_struct.h include issue from 4069
parent ca4a3651
...@@ -998,7 +998,6 @@ void D_PAD::Draw3D( EDA_3D_CANVAS* glcanvas ) ...@@ -998,7 +998,6 @@ void D_PAD::Draw3D( EDA_3D_CANVAS* glcanvas )
polyPadShape.insert( polyPadShape.end(), holecornersBuffer.begin(), polyPadShape.insert( polyPadShape.end(), holecornersBuffer.begin(),
holecornersBuffer.end() ); holecornersBuffer.end() );
} }
break; break;
case PAD_RECT: case PAD_RECT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment