mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:34:48 +02:00
Remove some unnecessary spaces that break editor indentation.
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace SQL;
|
||||
|
||||
class SQLSQLInterface : public Interface
|
||||
{
|
||||
public:
|
||||
public:
|
||||
SQLSQLInterface(Module *o) : Interface(o) { }
|
||||
|
||||
void OnResult(const Result &r) override
|
||||
@@ -89,7 +89,7 @@ class DBSQL : public Module, public Pipe
|
||||
this->sql->RunQuery(q);
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
DBSQL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, DATABASE | VENDOR), sql("", ""), sqlinterface(this)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user