mirror of
https://github.com/anope/anope.git
synced 2026-06-30 11:46: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 StatusUpdate : public Module
|
||||
class StatusUpdate
|
||||
: public Module
|
||||
{
|
||||
public:
|
||||
StatusUpdate(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
|
||||
|
||||
Reference in New Issue
Block a user