mirror of
https://github.com/anope/anope.git
synced 2026-07-03 07:13:14 +02:00
The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
class CommandCSSetEntryMsg : public Command
|
||||
{
|
||||
public:
|
||||
CommandCSSetEntryMsg(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 1, 2, cpermission)
|
||||
CommandCSSetEntryMsg(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 1, 2, cpermission)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user