diff options
| author | 2022-01-25 13:59:42 +0000 | |
|---|---|---|
| committer | 2022-01-25 14:02:36 +0000 | |
| commit | d79147e7afe2eca34780c607f78b11f8b3dd017d (patch) | |
| tree | a3f9a145dd53f9c1c268ac9b521ac907b802eab0 /include/clientprotocolmsg.h | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/clientprotocolmsg.h')
| -rw-r--r-- | include/clientprotocolmsg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/clientprotocolmsg.h b/include/clientprotocolmsg.h index d451dc904..c0a85a792 100644 --- a/include/clientprotocolmsg.h +++ b/include/clientprotocolmsg.h @@ -63,7 +63,7 @@ class ClientProtocol::Messages::Numeric PushParamRef(param); } - public: +public: /** Constructor, target is a User. * @param num Numeric object to send. Must remain valid as long as this object is alive and must not be modified. * @param user User to send the numeric to. May be unregistered, must remain valid as long as this object is alive. @@ -108,7 +108,7 @@ class ClientProtocol::Messages::Join { Membership* memb; - public: +public: /** Constructor. Does not populate parameters, call SetParams() before sending the message. */ Join() @@ -290,7 +290,7 @@ class ClientProtocol::Messages::Mode } } - public: +public: /** Convert an entire mode change list into mode letters and '+' and '-' characters. * @param changelist Mode change list to convert into mode letters. * @return Mode letters. @@ -438,7 +438,7 @@ class ClientProtocol::Messages::Privmsg PushParam("*"); } - public: +public: /** Used to differentiate constructors that copy the text from constructors that do not. */ enum NoCopy { nocopy }; |
