Formatting.

This commit is contained in:
Jeff Young 2020-11-10 18:07:14 +00:00
parent e105451f44
commit 5bffc852ee
1 changed files with 5 additions and 5 deletions

View File

@ -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 ) );