1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 13:53:12 +02:00

Fix a bunch of broken indentation.

This commit is contained in:
Peter Powell
2019-12-14 18:37:23 +00:00
parent a4ab6876c3
commit 6617d29b52
78 changed files with 241 additions and 241 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
class SaveData : public Serialize::Data
{
public:
Anope::string last;
Anope::string last;
std::fstream *fs;
SaveData() : fs(NULL) { }
@@ -38,7 +38,7 @@ class SaveData : public Serialize::Data
class LoadData : public Serialize::Data
{
public:
std::fstream *fs;
std::fstream *fs;
unsigned int id;
std::map<Anope::string, Anope::string> data;
std::stringstream ss;