1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 18:03:14 +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
+3 -3
View File
@@ -21,7 +21,7 @@ using namespace SQL;
*/
class SQLiteResult : public Result
{
public:
public:
SQLiteResult(unsigned int i, const Query &q, const Anope::string &fq) : Result(i, q, fq)
{
}
@@ -48,7 +48,7 @@ class SQLiteService : public Provider
Anope::string Escape(const Anope::string &query);
public:
public:
SQLiteService(Module *o, const Anope::string &n, const Anope::string &d);
~SQLiteService();
@@ -72,7 +72,7 @@ class ModuleSQLite : public Module
{
/* SQL connections */
std::map<Anope::string, SQLiteService *> SQLiteServices;
public:
public:
ModuleSQLite(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
{
}