From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_ldapauth.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_ldapauth.cpp') diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp index 96704e2e3..7d38250bd 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -99,7 +99,7 @@ class BindInterface final } } - public: +public: BindInterface(Module* c, const std::string& p, const std::string& u, const std::string& dn) : LDAPInterface(c) , provider(p) @@ -213,7 +213,7 @@ class SearchInterface final const std::string provider; const std::string uid; - public: +public: SearchInterface(Module* c, const std::string& p, const std::string& u) : LDAPInterface(c), provider(p), uid(u) { @@ -269,7 +269,7 @@ class AdminBindInterface final const std::string base; const std::string what; - public: +public: AdminBindInterface(Module* c, const std::string& p, const std::string& u, const std::string& b, const std::string& w) : LDAPInterface(c), provider(p), uuid(u), base(b), what(w) { -- cgit v1.3.1-10-gc9f91