Formatting.
This commit is contained in:
parent
e105451f44
commit
5bffc852ee
|
@ -669,8 +669,8 @@ void PCB_EDIT_FRAME::ExportFootprintsToLibrary( bool aStoreInNewLib, const wxStr
|
|||
if( libPath.IsEmpty() ) // Aborted
|
||||
return;
|
||||
|
||||
|
||||
if( aLibPath ) *aLibPath = libPath;
|
||||
if( aLibPath )
|
||||
*aLibPath = libPath;
|
||||
|
||||
IO_MGR::PCB_FILE_T piType = IO_MGR::KICAD_SEXP;
|
||||
PLUGIN::RELEASER pi( IO_MGR::PluginFind( piType ) );
|
||||
|
|
Loading…
Reference in New Issue