summaryrefslogtreecommitdiff
path: root/src/wx/email_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-25 23:20:26 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-25 23:20:26 +0200
commit1fed9bea3936a503c8fa367b58639ae3b73765b1 (patch)
treed5a6232dfa5b374f25e346e1964d4e4117a98b61 /src/wx/email_dialog.h
parent039ade24cfcdfacd9c68143832161a883a3ea2ef (diff)
White space: email_dialog.{cc,h}
Diffstat (limited to 'src/wx/email_dialog.h')
-rw-r--r--src/wx/email_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/email_dialog.h b/src/wx/email_dialog.h
index e613bb021..104ed5d60 100644
--- a/src/wx/email_dialog.h
+++ b/src/wx/email_dialog.h
@@ -26,9 +26,9 @@
class EmailDialog : public TableDialog
{
public:
- explicit EmailDialog (wxWindow *);
+ explicit EmailDialog(wxWindow *);
- void set (std::string);
+ void set(std::string);
std::vector<std::string> get() const;
private: