]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/ssl.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / modules / ssl.h
index c9229cf9d0a7593365a8458ae008a58e99c287fb..ec16a56c3caacf12fbe8c1310d9c73a8db127266 100644 (file)
@@ -250,7 +250,7 @@ class SSLIOHook : public IOHook
 class SSLClientCert
 {
  public:
-       /**
+       /**
         * Get the client certificate from a socket
         * @param sock The socket to get the certificate from, the socket does not have to use TLS (SSL)
         * @return The TLS (SSL) client certificate information, NULL if the peer is not using TLS (SSL)
@@ -283,7 +283,7 @@ class SSLClientCert
 class UserCertificateAPIBase : public DataProvider
 {
  public:
-       UserCertificateAPIBase(Module* parent)
+       UserCertificateAPIBase(Module* parent)
                : DataProvider(parent, "m_sslinfo_api")
        {
        }