mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-02 00:26:45 +00:00
Formatting.
This commit is contained in:
parent
63435df77d
commit
e5bedd937c
@ -23,7 +23,9 @@
|
||||
#include <i18n_utility.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
|
||||
JOB_EXPORT_PCB_IPCD356::JOB_EXPORT_PCB_IPCD356() : JOB( "ipcd356", false ), m_filename()
|
||||
JOB_EXPORT_PCB_IPCD356::JOB_EXPORT_PCB_IPCD356() :
|
||||
JOB( "ipcd356", false ),
|
||||
m_filename()
|
||||
{
|
||||
}
|
||||
|
||||
@ -49,5 +51,6 @@ void JOB_EXPORT_PCB_IPCD356::SetDefaultOutputPath( const wxString& aReferenceNam
|
||||
SetConfiguredOutputPath( fn.GetFullName() );
|
||||
}
|
||||
|
||||
|
||||
REGISTER_JOB( pcb_export_ipcd356, _HKI( "PCB: Export IPC-D-356" ), KIWAY::FACE_PCB,
|
||||
JOB_EXPORT_PCB_IPCD356 );
|
||||
|
@ -30,7 +30,8 @@
|
||||
|
||||
#include <locale_io.h>
|
||||
|
||||
CLI::PCB_EXPORT_IPCD356_COMMAND::PCB_EXPORT_IPCD356_COMMAND() : PCB_EXPORT_BASE_COMMAND( "ipcd356" )
|
||||
CLI::PCB_EXPORT_IPCD356_COMMAND::PCB_EXPORT_IPCD356_COMMAND() :
|
||||
PCB_EXPORT_BASE_COMMAND( "ipcd356" )
|
||||
{
|
||||
m_argParser.add_description( std::string( "Generate IPC-D-356 netlist file" ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user