diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-29 01:02:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-29 01:02:35 +0100 |
| commit | 8a30239ec528446462f3095c1374e2ac53e2b51e (patch) | |
| tree | 36d9b653573f9b26d1a940be72762f20959b21d3 /src/wx/content_properties_dialog.h | |
| parent | 501e47b65eb72d20b3420d14412bd5720200be86 (diff) | |
White space: content_properties_dialog.{cc,h}
Diffstat (limited to 'src/wx/content_properties_dialog.h')
| -rw-r--r-- | src/wx/content_properties_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index c7efa4497..0b914f56e 100644 --- a/src/wx/content_properties_dialog.h +++ b/src/wx/content_properties_dialog.h @@ -33,8 +33,8 @@ class UserProperty; class ContentPropertiesDialog : public TableDialog { public: - ContentPropertiesDialog (wxWindow* parent, std::shared_ptr<const Film> film, std::shared_ptr<Content> content); + ContentPropertiesDialog(wxWindow* parent, std::shared_ptr<const Film> film, std::shared_ptr<Content> content); private: - void maybe_add_group (std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category); + void maybe_add_group(std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category); }; |
