mirror of
https://github.com/anope/anope.git
synced 2026-07-04 20:13:13 +02:00
Fix some coding style issues.
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
private:
|
||||
#ifdef _WIN32
|
||||
// Windows LDAP does not implement this so we need to do it.
|
||||
int ldap_initialize(LDAP** ldap, const char* url)
|
||||
int ldap_initialize(LDAP **ldap, const char *url)
|
||||
{
|
||||
URL_COMPONENTS urlComponents;
|
||||
memset(&urlComponents, 0, sizeof(urlComponents));
|
||||
@@ -508,7 +508,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
LDAP* GetConnection()
|
||||
LDAP *GetConnection()
|
||||
{
|
||||
return con;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user