From 45e56e5ee1bdb9e169be957e21a4f7b536e417ff Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Dec 2022 05:14:58 +0000 Subject: Yet more stylistic fixes. --- src/modules/m_ldapauth.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/modules/m_ldapauth.cpp') diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp index d5577e86d..1d3763b0b 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -215,7 +215,9 @@ class SearchInterface final public: SearchInterface(Module* c, const std::string& p, const std::string& u) - : LDAPInterface(c), provider(p), uid(u) + : LDAPInterface(c) + , provider(p) + , uid(u) { } @@ -271,7 +273,11 @@ class AdminBindInterface final 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) + : LDAPInterface(c) + , provider(p) + , uuid(u) + , base(b) + , what(w) { } -- cgit v1.3.1-10-gc9f91