diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-26 23:22:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-26 23:22:53 +0100 |
| commit | 2a7e446d1ae0e80b690fada2d60c55fd829d107f (patch) | |
| tree | 15069935b8ce72a76643b6c73a22e1e7d4bda8d8 /src/wx/dkdm_output_panel.h | |
| parent | e3a357426c8cddf338ab2304e75bdccefdee2125 (diff) | |
White space: dkdm_output_panel.{cc,h}
Diffstat (limited to 'src/wx/dkdm_output_panel.h')
| -rw-r--r-- | src/wx/dkdm_output_panel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/dkdm_output_panel.h b/src/wx/dkdm_output_panel.h index 9bdbd5672..71a897c41 100644 --- a/src/wx/dkdm_output_panel.h +++ b/src/wx/dkdm_output_panel.h @@ -42,13 +42,13 @@ class wxRadioButton; class DKDMOutputPanel : public wxPanel { public: - DKDMOutputPanel (wxWindow* parent); + DKDMOutputPanel(wxWindow* parent); - void setup_sensitivity (); + void setup_sensitivity(); - boost::filesystem::path directory () const; + boost::filesystem::path directory() const; - std::pair<std::shared_ptr<Job>, int> make ( + std::pair<std::shared_ptr<Job>, int> make( std::list<KDMWithMetadataPtr > kdms, std::string name, std::function<bool (boost::filesystem::path)> confirm_overwrite |
