mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:43:12 +02:00
Remove some unnecessary spaces that break editor indentation.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
class SaveData : public Serialize::Data
|
||||
{
|
||||
public:
|
||||
public:
|
||||
Anope::string last;
|
||||
std::fstream *fs = nullptr;
|
||||
|
||||
@@ -35,7 +35,7 @@ class SaveData : public Serialize::Data
|
||||
|
||||
class LoadData : public Serialize::Data
|
||||
{
|
||||
public:
|
||||
public:
|
||||
std::fstream *fs = nullptr;
|
||||
unsigned int id = 0;
|
||||
std::map<Anope::string, Anope::string> data;
|
||||
@@ -165,7 +165,7 @@ class DBFlatFile : public Module, public Pipe
|
||||
}
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
DBFlatFile(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, DATABASE | VENDOR)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user