aboutsummaryrefslogtreecommitdiff
path: root/include/modules/ldap.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-06-23 21:22:04 +0100
committerGravatar Sadie Powell2022-06-23 21:22:04 +0100
commitfe9107c992ae46d52b55fe96f6836dc79c2baa70 (patch)
treeb0f95ccadc13fbe7ea70ef6d0698934b2004844c /include/modules/ldap.h
parentFix the modehandlers array being bigger than necessary (diff)
Modernize the syntax of various templates.
Diffstat (limited to 'include/modules/ldap.h')
-rw-r--r--include/modules/ldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/ldap.h b/include/modules/ldap.h
index 5de9e2fbc..491747479 100644
--- a/include/modules/ldap.h
+++ b/include/modules/ldap.h
@@ -48,7 +48,7 @@ struct LDAPModification final
typedef std::vector<LDAPModification> LDAPMods;
struct LDAPAttributes final
- : public std::map<std::string, std::vector<std::string> >
+ : public std::map<std::string, std::vector<std::string>>
{
size_t size(const std::string& attr) const
{