From 4d54bedc92c16c72640617d29efb2ba5343e54bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 12 Mar 2026 02:03:51 +0100 Subject: White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h} --- src/wx/table_dialog.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/wx/table_dialog.h') diff --git a/src/wx/table_dialog.h b/src/wx/table_dialog.h index c9eeb3ef8..dbc05693d 100644 --- a/src/wx/table_dialog.h +++ b/src/wx/table_dialog.h @@ -29,19 +29,19 @@ LIBDCP_ENABLE_WARNINGS class TableDialog : public wxDialog { public: - TableDialog (wxWindow* parent, wxString title, int columns, int growable, bool cancel); + TableDialog(wxWindow* parent, wxString title, int columns, int growable, bool cancel); protected: template - T* add (T* w, int proportion = 1, int flag = wxEXPAND) { - _table->Add (w, proportion, flag); + T* add(T* w, int proportion = 1, int flag = wxEXPAND) { + _table->Add(w, proportion, flag); return w; } - wxStaticText* add (wxString text, bool label, int flags = wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT); - void add_spacer (); + wxStaticText* add(wxString text, bool label, int flags = wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT); + void add_spacer(); - void layout (); + void layout(); wxFlexGridSizer* _table; -- cgit v1.2.3