summaryrefslogtreecommitdiff
path: root/include/mail.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-17 13:59:49 +0000
committerSadie Powell <sadie@witchery.services>2023-12-17 13:59:49 +0000
commit6538641e8703084460df70d04196ac271eff1266 (patch)
tree2bf8ab8fdd0fb4839d86607826bc09c3366e3870 /include/mail.h
parenteb0e5c89b2a1e59091001ffd0e54582c2ff04212 (diff)
Remove some unnecessary spaces that break editor indentation.
Diffstat (limited to 'include/mail.h')
-rw-r--r--include/mail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mail.h b/include/mail.h
index e06357825..9c6a32136 100644
--- a/include/mail.h
+++ b/include/mail.h
@@ -24,7 +24,7 @@ namespace Mail
/* A email message being sent */
class Message : public Thread
{
- private:
+ private:
Anope::string sendmail_path;
Anope::string send_from;
Anope::string mail_to;
@@ -35,7 +35,7 @@ namespace Mail
bool dont_quote_addresses;
bool success = false;
- public:
+ public:
/** Construct this message. Once constructed call Thread::Start to launch the mail sending.
* @param sf Config->SendFrom
* @param mailto Name of person being mailed (u->nick, nc->display, etc)