aboutsummaryrefslogtreecommitdiffstats
path: root/include/protocol.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/protocol.h
parentFix a few Doxygen comment errors. (diff)
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/protocol.h b/include/protocol.h
index dfcc32007..8afdced80 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -28,7 +28,7 @@ class User;
class ProtocolServer
{
- public:
+public:
/** Send metadata related to this server to the target server
* @param key The 'key' of the data
* @param data The string representation of the data
@@ -38,12 +38,12 @@ class ProtocolServer
class CoreExport ProtocolInterface
{
- public:
+public:
typedef ProtocolServer Server;
class ServerInfo
{
- public:
+ public:
std::string servername;
std::string parentname;
std::string description;