diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-14 18:37:23 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-14 18:38:13 +0000 |
commit | 6617d29b5227f962c348e638a373ebb78989b7ba (patch) | |
tree | e2d6da92be797d519cbd8e154d1ba97a8c656884 /include/regchannel.h | |
parent | a4ab6876c3f4afc087a3db90404bbdeb47525e6e (diff) |
Fix a bunch of broken indentation.
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index d7098aef9..f884c27b3 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -36,7 +36,7 @@ class CoreExport AutoKick : public Serializable time_t addtime; time_t last_used; - AutoKick(); + AutoKick(); ~AutoKick(); void Serialize(Serialize::Data &data) const anope_override; static Serializable* Unserialize(Serializable *obj, Serialize::Data &); @@ -56,7 +56,7 @@ class CoreExport ChannelInfo : public Serializable, public Extensible Anope::map<int16_t> levels; public: - friend class ChanAccess; + friend class ChanAccess; friend class AutoKick; Anope::string name; /* Channel name */ @@ -82,7 +82,7 @@ class CoreExport ChannelInfo : public Serializable, public Extensible time_t banexpire; /* Time bans expire in */ - /** Constructor + /** Constructor * @param chname The channel name */ ChannelInfo(const Anope::string &chname); |