mirror of
https://github.com/anope/anope.git
synced 2026-06-27 05:06:38 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
@@ -94,7 +94,7 @@ class LoadData : public Serialize::Data
|
||||
hash ^= Anope::hash_cs()(it->second);
|
||||
return hash;
|
||||
}
|
||||
|
||||
|
||||
void Reset()
|
||||
{
|
||||
id = 0;
|
||||
@@ -247,7 +247,7 @@ class DBFlatFile : public Module, public Pipe
|
||||
Serialize::Type *stype = Serialize::Type::Find(type_order[i]);
|
||||
if (!stype || stype->GetOwner())
|
||||
continue;
|
||||
|
||||
|
||||
std::vector<std::streampos> &pos = positions[stype->GetName()];
|
||||
|
||||
for (unsigned j = 0; j < pos.size(); ++j)
|
||||
@@ -411,5 +411,3 @@ class DBFlatFile : public Module, public Pipe
|
||||
};
|
||||
|
||||
MODULE_INIT(DBFlatFile)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user