From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- include/clientprotocolmsg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/clientprotocolmsg.h') 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 }; -- cgit v1.3.1-10-gc9f91