summaryrefslogtreecommitdiff
path: root/src/nickcore.cpp
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2017-01-17 05:03:25 +0100
committerRobby <robby@chatbelgie.be>2017-01-17 05:03:25 +0100
commit76ce8ece1a4803c98bfe9460f40bf8e0fbc409e6 (patch)
tree26e6da47f20de64ef76fe4afc459bbb7889bd417 /src/nickcore.cpp
parent464093d36e87f3df999145e42ed30fc0dfc55c52 (diff)
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r--src/nickcore.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp
index 59296ce94..cede8b6e4 100644
--- a/src/nickcore.cpp
+++ b/src/nickcore.cpp
@@ -31,7 +31,7 @@ NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"),
(*NickCoreList)[this->display] = this;
if (old == NickCoreList->size())
Log(LOG_DEBUG) << "Duplicate account " << coredisplay << " in nickcore table?";
-
+
FOREACH_MOD(OnNickCoreCreate, (this));
}
@@ -267,4 +267,3 @@ NickCore* NickCore::Find(const Anope::string &nick)
return NULL;
}
-