From feaceb2b037123c8687b3afdd80b2ffba61a5652 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 9 Mar 2020 22:50:48 +0000 Subject: Fix unnecessary inlining in command handler constructors. --- src/modules/m_cycle.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_cycle.cpp') diff --git a/src/modules/m_cycle.cpp b/src/modules/m_cycle.cpp index ca8d8a374..50d233dc0 100644 --- a/src/modules/m_cycle.cpp +++ b/src/modules/m_cycle.cpp @@ -36,7 +36,8 @@ class CommandCycle : public SplitCommand CommandCycle(Module* Creator) : SplitCommand(Creator, "CYCLE", 1) { - Penalty = 3; syntax = " [:]"; + Penalty = 3; + syntax = " [:]"; } CmdResult HandleLocal(LocalUser* user, const Params& parameters) CXX11_OVERRIDE -- cgit v1.3.1-10-gc9f91