summaryrefslogtreecommitdiff
path: root/modules/commands/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/help.cpp')
-rw-r--r--modules/commands/help.cpp6
1 files changed, 4 insertions, 2 deletions
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;