diff options
| author | 2022-01-25 13:59:42 +0000 | |
|---|---|---|
| committer | 2022-01-25 14:02:36 +0000 | |
| commit | d79147e7afe2eca34780c607f78b11f8b3dd017d (patch) | |
| tree | a3f9a145dd53f9c1c268ac9b521ac907b802eab0 /include/protocol.h | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'include/protocol.h')
| -rw-r--r-- | include/protocol.h | 6 |
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; |
