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
|
if( libPath.IsEmpty() ) // Aborted
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if( aLibPath )
|
||||||
if( aLibPath ) *aLibPath = libPath;
|
*aLibPath = libPath;
|
||||||
|
|
||||||
IO_MGR::PCB_FILE_T piType = IO_MGR::KICAD_SEXP;
|
IO_MGR::PCB_FILE_T piType = IO_MGR::KICAD_SEXP;
|
||||||
PLUGIN::RELEASER pi( IO_MGR::PluginFind( piType ) );
|
PLUGIN::RELEASER pi( IO_MGR::PluginFind( piType ) );
|
||||||
|
|
Loading…
Reference in New Issue