mirror of
https://github.com/anope/anope.git
synced 2026-06-28 14:56:38 +02:00
Remove some unnecessary spaces that break editor indentation.
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace SQL;
|
||||
|
||||
class DBMySQL : public Module, public Pipe
|
||||
{
|
||||
private:
|
||||
private:
|
||||
Anope::string prefix;
|
||||
ServiceReference<Provider> SQL;
|
||||
time_t lastwarn;
|
||||
@@ -71,7 +71,7 @@ class DBMySQL : public Module, public Pipe
|
||||
throw SQL::Exception("No SQL!");
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
DBMySQL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, DATABASE | VENDOR), SQL("", "")
|
||||
{
|
||||
this->lastwarn = 0;
|
||||
|
||||
Reference in New Issue
Block a user