mirror of
https://github.com/anope/anope.git
synced 2026-07-03 15:13:14 +02:00
Remove some unnecessary spaces that break editor indentation.
This commit is contained in:
@@ -39,7 +39,7 @@ class SQLOperResult : public SQL::Interface
|
||||
}
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
SQLOperResult(Module *m, User *u) : SQL::Interface(m), user(u) { }
|
||||
|
||||
void OnResult(const SQL::Result &r) override
|
||||
@@ -130,7 +130,7 @@ class ModuleSQLOper : public Module
|
||||
|
||||
ServiceReference<SQL::Provider> SQL;
|
||||
|
||||
public:
|
||||
public:
|
||||
ModuleSQLOper(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user