From a6a0f6c44780c839b2269f4f29a26ecfdbd95544 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 23 Jan 2024 15:28:23 +0000 Subject: Improve the layout of types that inherit from another type. --- modules/commands/ns_recover.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/commands/ns_recover.cpp') diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp index 7836949a6..52c58d841 100644 --- a/modules/commands/ns_recover.cpp +++ b/modules/commands/ns_recover.cpp @@ -23,7 +23,8 @@ public: Anope::string to; }; -class NSRecoverRequest : public IdentifyRequest +class NSRecoverRequest + : public IdentifyRequest { CommandSource source; Command *cmd; @@ -141,7 +142,8 @@ public: } }; -class CommandNSRecover : public Command +class CommandNSRecover + : public Command { public: CommandNSRecover(Module *creator) : Command(creator, "nickserv/recover", 1, 2) @@ -221,7 +223,8 @@ public: } }; -class NSRecover : public Module +class NSRecover + : public Module { CommandNSRecover commandnsrecover; PrimitiveExtensibleItem recover; -- cgit