aboutsummaryrefslogtreecommitdiff
path: root/include/modules/cap.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-01-25 13:59:42 +0000
committerGravatar Sadie Powell2022-01-25 14:02:36 +0000
commitd79147e7afe2eca34780c607f78b11f8b3dd017d (patch)
treea3f9a145dd53f9c1c268ac9b521ac907b802eab0 /include/modules/cap.h
parentFix a few Doxygen comment errors. (diff)
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/modules/cap.h')
-rw-r--r--include/modules/cap.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/modules/cap.h b/include/modules/cap.h
index ce03ea063..3404a2d18 100644
--- a/include/modules/cap.h
+++ b/include/modules/cap.h
@@ -31,7 +31,7 @@ namespace Cap
typedef intptr_t Ext;
class ExtItem : public IntExtItem
{
- public:
+ public:
ExtItem(Module* mod);
void FromInternal(Extensible* container, const std::string& value) noexcept override;
std::string ToHuman(const Extensible* container, void* item) const noexcept override;
@@ -53,7 +53,7 @@ namespace Cap
class EventListener : public Events::ModuleEventListener
{
- public:
+ public:
EventListener(Module* mod)
: ModuleEventListener(mod, "event/cap")
{
@@ -73,7 +73,7 @@ namespace Cap
class Manager : public DataProvider
{
- public:
+ public:
Manager(Module* mod)
: DataProvider(mod, "capmanager")
{
@@ -154,7 +154,7 @@ namespace Cap
friend class ManagerImpl;
- protected:
+ protected:
/** Notify the manager that the value of the capability changed.
* Must be called if the value of the cap changes for any reason.
*/
@@ -164,7 +164,7 @@ namespace Cap
manager->NotifyValueChange(this);
}
- public:
+ public:
/** Constructor, initializes the capability.
* Caps are active by default.
* @param mod Module providing the cap
@@ -293,7 +293,7 @@ namespace Cap
{
dynamic_reference_nocheck<Capability> ref;
- public:
+ public:
/** Constructor, initializes the capability reference
* @param mod Module creating this object
* @param Name Raw name of the cap as used in the protocol (CAP LS, etc.)
@@ -334,7 +334,7 @@ namespace Cap
class MessageBase : public ClientProtocol::Message
{
- public:
+ public:
MessageBase(const std::string& subcmd)
: ClientProtocol::Message("CAP", ServerInstance->Config->GetServerName())
{