From 6617d29b5227f962c348e638a373ebb78989b7ba Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 14 Dec 2019 18:37:23 +0000 Subject: Fix a bunch of broken indentation. --- modules/extra/m_ssl_gnutls.cpp | 4 ++-- modules/extra/m_ssl_openssl.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/extra') diff --git a/modules/extra/m_ssl_gnutls.cpp b/modules/extra/m_ssl_gnutls.cpp index 0aeda9ddc..974747ada 100644 --- a/modules/extra/m_ssl_gnutls.cpp +++ b/modules/extra/m_ssl_gnutls.cpp @@ -25,7 +25,7 @@ namespace GnuTLS { class X509CertCredentials; } class MySSLService : public SSLService { public: - MySSLService(Module *o, const Anope::string &n); + MySSLService(Module *o, const Anope::string &n); /** Initialize a socket to use SSL * @param s The socket @@ -44,7 +44,7 @@ class SSLSocketIO : public SocketIO SSLSocketIO(); /** Really receive something from the buffer - * @param s The socket + * @param s The socket * @param buf The buf to read to * @param sz How much to read * @return Number of bytes received diff --git a/modules/extra/m_ssl_openssl.cpp b/modules/extra/m_ssl_openssl.cpp index ef87f708c..e8c0d402a 100644 --- a/modules/extra/m_ssl_openssl.cpp +++ b/modules/extra/m_ssl_openssl.cpp @@ -24,7 +24,7 @@ static SSL_CTX *server_ctx, *client_ctx; class MySSLService : public SSLService { public: - MySSLService(Module *o, const Anope::string &n); + MySSLService(Module *o, const Anope::string &n); /** Initialize a socket to use SSL * @param s The socket @@ -43,7 +43,7 @@ class SSLSocketIO : public SocketIO SSLSocketIO(); /** Really receive something from the buffer - * @param s The socket + * @param s The socket * @param buf The buf to read to * @param sz How much to read * @return Number of bytes received -- cgit