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/modules/httpd.h | |
parent | a4ab6876c3f4afc087a3db90404bbdeb47525e6e (diff) |
Fix a bunch of broken indentation.
Diffstat (limited to 'include/modules/httpd.h')
-rw-r--r-- | include/modules/httpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/httpd.h b/include/modules/httpd.h index 0e9b1196e..338254c1f 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -99,7 +99,7 @@ class HTTPPage : public Base Anope::string content_type; public: - HTTPPage(const Anope::string &u, const Anope::string &ct = "text/html") : url(u), content_type(ct) { } + HTTPPage(const Anope::string &u, const Anope::string &ct = "text/html") : url(u), content_type(ct) { } const Anope::string &GetURL() const { return this->url; } @@ -137,7 +137,7 @@ class HTTPClient : public ClientSocket, public BinarySocket, public Base class HTTPProvider : public ListenSocket, public Service { - Anope::string ip; + Anope::string ip; unsigned short port; bool ssl; public: |