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/help.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/commands/help.cpp') diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index 3e8b87c0e..3d6dc47c3 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandHelp : public Command +class CommandHelp + : public Command { static const unsigned help_wrap_len = 40; @@ -182,7 +183,8 @@ public: } }; -class Help : public Module +class Help + : public Module { CommandHelp commandhelp; -- cgit