1
0
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:
Sadie Powell
2023-12-17 13:59:49 +00:00
parent eb0e5c89b2
commit 6538641e87
240 changed files with 808 additions and 808 deletions
+2 -2
View File
@@ -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;