summaryrefslogtreecommitdiff
path: root/modules/commands/hs_group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_group.cpp')
-rw-r--r--modules/commands/hs_group.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp
index 4d6e802dc..c05c467c0 100644
--- a/modules/commands/hs_group.cpp
+++ b/modules/commands/hs_group.cpp
@@ -11,7 +11,8 @@
#include "module.h"
-class CommandHSGroup : public Command
+class CommandHSGroup
+ : public Command
{
bool setting = false;
@@ -75,7 +76,8 @@ public:
}
};
-class HSGroup : public Module
+class HSGroup
+ : public Module
{
CommandHSGroup commandhsgroup;
bool syncongroup;