diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-14 18:37:23 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-14 18:38:13 +0000 |
commit | 6617d29b5227f962c348e638a373ebb78989b7ba (patch) | |
tree | e2d6da92be797d519cbd8e154d1ba97a8c656884 /include/mail.h | |
parent | a4ab6876c3f4afc087a3db90404bbdeb47525e6e (diff) |
Fix a bunch of broken indentation.
Diffstat (limited to 'include/mail.h')
-rw-r--r-- | include/mail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mail.h b/include/mail.h index 2c0d3e2a4..030e50efb 100644 --- a/include/mail.h +++ b/include/mail.h @@ -26,7 +26,7 @@ namespace Mail class Message : public Thread { private: - Anope::string sendmail_path; + Anope::string sendmail_path; Anope::string send_from; Anope::string mail_to; Anope::string addr; @@ -36,7 +36,7 @@ namespace Mail bool success; public: - /** Construct this message. Once constructed call Thread::Start to launch the mail sending. + /** 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) * @param addr Destination address to mail |