mirror of
https://github.com/anope/anope.git
synced 2026-06-27 02:56:38 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
+1
-2
@@ -66,7 +66,6 @@ bool* Extensible::Extend(const Anope::string &name, const bool &what)
|
||||
if (ref)
|
||||
return ref->Set(this);
|
||||
|
||||
Log(LOG_DEBUG) << "Extend for non-existent type " << name << " on " << static_cast<void *>(this);
|
||||
Log(LOG_DEBUG) << "Extend for nonexistent type " << name << " on " << static_cast<void *>(this);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user