mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:16:38 +02:00
Fix some coding style issues.
This commit is contained in:
+2
-2
@@ -170,7 +170,7 @@ void ChanAccess::Serialize(Serialize::Data &data) const
|
||||
data["data"] << this->AccessSerialize();
|
||||
}
|
||||
|
||||
Serializable* ChanAccess::Unserialize(Serializable *obj, Serialize::Data &data)
|
||||
Serializable *ChanAccess::Unserialize(Serializable *obj, Serialize::Data &data)
|
||||
{
|
||||
Anope::string provider, chan;
|
||||
|
||||
@@ -205,7 +205,7 @@ Serializable* ChanAccess::Unserialize(Serializable *obj, Serialize::Data &data)
|
||||
return access;
|
||||
}
|
||||
|
||||
bool ChanAccess::Matches(const User *u, const NickCore *acc, ChannelInfo* &next) const
|
||||
bool ChanAccess::Matches(const User *u, const NickCore *acc, ChannelInfo *&next) const
|
||||
{
|
||||
next = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user