summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-03 00:53:59 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-03 00:53:59 +0100
commit0c2ee93e8fb142878280efd05b4565ee2d91b5aa (patch)
tree74238690f5f08f12d7764614a2b49c761af94dda /src
parent9a2bb49feb0c70b2bc79c0f29817408368cbbff1 (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_properties_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h
index 0b914f56e..253d7ff4a 100644
--- a/src/wx/content_properties_dialog.h
+++ b/src/wx/content_properties_dialog.h
@@ -36,5 +36,5 @@ public:
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);
};