mirror of
https://github.com/anope/anope.git
synced 2026-07-10 03:03:13 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class CommandHSOff : public Command
|
||||
class CommandHSOff
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
CommandHSOff(Module *creator) : Command(creator, "hostserv/off", 0, 0)
|
||||
@@ -53,7 +54,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class HSOff : public Module
|
||||
class HSOff
|
||||
: public Module
|
||||
{
|
||||
CommandHSOff commandhsoff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user