Commit c0be31ae authored by Miguel Angel Ajo's avatar Miguel Angel Ajo
Browse files

Fixed some indent, and added some conditional compiles on pcbnew.cpp

parent 06c570ba
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -113,8 +113,6 @@ bool EDA_APP::OnInit()
    wxFileName      fn;
    wxFileName      fn;
    PCB_EDIT_FRAME* frame = NULL;
    PCB_EDIT_FRAME* frame = NULL;


    int i=0;

#ifdef KICAD_SCRIPTING    
#ifdef KICAD_SCRIPTING    
    pcbnewInitPythonScripting();
    pcbnewInitPythonScripting();
#endif    
#endif    
+13 −13

File changed.

Contains only whitespace changes.