summaryrefslogtreecommitdiff
path: root/src/wx/system_font_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-10 01:02:41 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-10 01:02:41 +0200
commit740a10faef0087d03f56b593ed5735e10b3460f4 (patch)
tree6664b6d1f0ddc10584839c8a4b1125e604818598 /src/wx/system_font_dialog.h
parentd341ccb34bbd344da9b1796d07293b95f948d167 (diff)
White space: system_font_dialog.{cc,h}
Diffstat (limited to 'src/wx/system_font_dialog.h')
-rw-r--r--src/wx/system_font_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/system_font_dialog.h b/src/wx/system_font_dialog.h
index a342846d8..09ac13dec 100644
--- a/src/wx/system_font_dialog.h
+++ b/src/wx/system_font_dialog.h
@@ -43,12 +43,12 @@ class wxListCtrl;
class SystemFontDialog : public wxDialog
{
public:
- explicit SystemFontDialog (wxWindow* parent);
+ explicit SystemFontDialog(wxWindow* parent);
- boost::optional<boost::filesystem::path> get_font () const;
+ boost::optional<boost::filesystem::path> get_font() const;
private:
- void setup_sensitivity ();
+ void setup_sensitivity();
wxListCtrl* _list;
std::vector<boost::filesystem::path> _fonts;