From 45e56e5ee1bdb9e169be957e21a4f7b536e417ff Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Dec 2022 05:14:58 +0000 Subject: Yet more stylistic fixes. --- src/modules/m_callerid.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/modules/m_callerid.cpp') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 51dcc87cc..c164014d9 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -185,8 +185,9 @@ class CommandAccept final public: CallerIDExtInfo extInfo; unsigned long maxaccepts; - CommandAccept(Module* Creator) : Command(Creator, "ACCEPT", 1), - extInfo(Creator) + CommandAccept(Module* Creator) + : Command(Creator, "ACCEPT", 1) + , extInfo(Creator) { syntax = { "*|(+|-)[,(+|-)]+" }; translation = { TR_CUSTOM }; -- cgit v1.3.1-10-gc9f91