1
0
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:
Sadie Powell
2024-02-26 15:27:01 +00:00
parent e341cac8d6
commit c6cb4ba159
78 changed files with 195 additions and 195 deletions
+2 -2
View File
@@ -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;