1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 22:23:13 +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
@@ -918,7 +918,7 @@ struct IRCDMessageCapab final
Anope::string type;
};
static bool ParseMode(const Anope::string& token, ModeInfo& mode)
static bool ParseMode(const Anope::string &token, ModeInfo &mode)
{
// list:ban=b param-set:limit=l param:key=k prefix:30000:op=@o simple:noextmsg=n
// A C A C A C A B C A C
@@ -1549,7 +1549,7 @@ public:
if (params[1].equals_cs("modules") && !params[2].empty())
{
// only interested when it comes from our uplink
Server* server = source.GetServer();
Server *server = source.GetServer();
if (!server || server->GetUplink() != Me)
return;