Commit 9f049640 authored by dickelbeck's avatar dickelbeck

whitespace consistency

parent 2a40051a
...@@ -53,6 +53,7 @@ wxClientDC dc(DrawPanel); ...@@ -53,6 +53,7 @@ wxClientDC dc(DrawPanel);
DrawPanel->CursorOff(&dc); DrawPanel->CursorOff(&dc);
DrawPanel->PrepareGraphicContext(&dc); DrawPanel->PrepareGraphicContext(&dc);
switch ( id ) switch ( id )
{ {
case ID_TB_OPTIONS_DRC_OFF: case ID_TB_OPTIONS_DRC_OFF:
...@@ -532,5 +533,3 @@ WinEDA_GraphicItemsOptionsDialog OptionsFrame (this); ...@@ -532,5 +533,3 @@ WinEDA_GraphicItemsOptionsDialog OptionsFrame (this);
OptionsFrame.ShowModal(); OptionsFrame.ShowModal();
} }
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