mirror of
https://github.com/anope/anope.git
synced 2026-07-01 20:26:39 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class HelpChannel : public Module
|
||||
class HelpChannel
|
||||
: public Module
|
||||
{
|
||||
public:
|
||||
HelpChannel(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
|
||||
|
||||
Reference in New Issue
Block a user