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/access.h | |
parent | a4ab6876c3f4afc087a3db90404bbdeb47525e6e (diff) |
Fix a bunch of broken indentation.
Diffstat (limited to 'include/access.h')
-rw-r--r-- | include/access.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/access.h b/include/access.h index 4df23ebd8..41958fc66 100644 --- a/include/access.h +++ b/include/access.h @@ -80,7 +80,7 @@ class CoreExport ChanAccess : public Serializable public: typedef std::vector<ChanAccess *> Path; - /* The provider that created this access entry */ + /* The provider that created this access entry */ AccessProvider *provider; /* Channel this access entry is on */ Serialize::Reference<ChannelInfo> ci; @@ -139,7 +139,7 @@ class CoreExport AccessGroup /* access entries + paths */ std::vector<ChanAccess::Path> paths; /* Channel these access entries are on */ - const ChannelInfo *ci; + const ChannelInfo *ci; /* Account these entries affect, if any */ const NickCore *nc; /* super_admin always gets all privs. founder is a special case where ci->founder == nc */ |