mirror of
https://github.com/anope/anope.git
synced 2026-07-01 21:06:39 +02:00
Remove some unnecessary spaces that break editor indentation.
This commit is contained in:
@@ -16,7 +16,7 @@ class SQLAuthenticationResult : public SQL::Interface
|
||||
Reference<User> user;
|
||||
IdentifyRequest *req;
|
||||
|
||||
public:
|
||||
public:
|
||||
SQLAuthenticationResult(User *u, IdentifyRequest *r) : SQL::Interface(me), user(u), req(r)
|
||||
{
|
||||
req->Hold(me);
|
||||
@@ -81,7 +81,7 @@ class ModuleSQLAuthentication : public Module
|
||||
|
||||
ServiceReference<SQL::Provider> SQL;
|
||||
|
||||
public:
|
||||
public:
|
||||
ModuleSQLAuthentication(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
|
||||
{
|
||||
me = this;
|
||||
|
||||
Reference in New Issue
Block a user