mirror of
https://github.com/anope/anope.git
synced 2026-06-27 03:16:37 +02:00
Fix some coding style issues.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ void Extensible::ExtensibleUnserialize(Extensible *e, Serializable *s, Serialize
|
||||
}
|
||||
|
||||
template<>
|
||||
bool* Extensible::Extend(const Anope::string &name, const bool &what)
|
||||
bool *Extensible::Extend(const Anope::string &name, const bool &what)
|
||||
{
|
||||
ExtensibleRef<bool> ref(name);
|
||||
if (ref)
|
||||
|
||||
Reference in New Issue
Block a user