From 4c40fb424172e59ffc970d55bcc9af072bb50178 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 May 2025 13:31:18 +0200 Subject: White space: html_dialog.{cc,h} --- src/wx/html_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/html_dialog.h') diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h index 46feba3eb..b2cb1a91b 100644 --- a/src/wx/html_dialog.h +++ b/src/wx/html_dialog.h @@ -31,9 +31,9 @@ class wxHtmlLinkEvent; class HTMLDialog : public wxDialog { public: - HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok = false); + HTMLDialog(wxWindow* parent, wxString title, wxString html, bool ok = false); ~HTMLDialog(); private: - void link_clicked (wxHtmlLinkEvent& ev); + void link_clicked(wxHtmlLinkEvent& ev); }; -- cgit v1.2.3