1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 20:36:38 +02:00

Cleanup some excess whitespaces and tabs, and fix a few typos along the way.

This commit is contained in:
Robby
2017-01-17 05:03:25 +01:00
parent 464093d36e
commit 76ce8ece1a
204 changed files with 442 additions and 550 deletions
+3 -4
View File
@@ -689,7 +689,7 @@ static void LoadVHosts()
NickAlias *na = NickAlias::Find(nick);
if (na == NULL)
{
Log() << "Removing vhost for non-existent nick " << nick;
Log() << "Removing vhost for nonexistent nick " << nick;
continue;
}
@@ -858,7 +858,7 @@ static void LoadChannels()
if (in_use)
{
ChanAccess *access = NULL;
if (xop)
{
if (provider_xop)
@@ -1214,7 +1214,7 @@ static void LoadExceptions()
dbFILE *f = open_db_read("OperServ", "exception.db", 9);
if (f == NULL)
return;
int16_t num;
READ(read_int16(&num, f));
for (int i = 0; i < num; ++i)
@@ -1358,4 +1358,3 @@ class DBOld : public Module
};
MODULE_INIT(DBOld)