summaryrefslogtreecommitdiff
path: root/include/clientprotocol.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-07-26 10:22:42 +0100
committerPeter Powell <petpow@saberuk.com>2019-07-26 10:22:42 +0100
commit193eac649066bda33e693baadce6bc40181008f0 (patch)
tree31de89391dfe7d8c8739178e6ba67dc8f016dc1f /include/clientprotocol.h
parent8fe455f1dad5c7e3f6f7f638b0243cffedf322a3 (diff)
Fix various cases of broken indentation.
Diffstat (limited to 'include/clientprotocol.h')
-rw-r--r--include/clientprotocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h
index 44896a3a3..95683dc8f 100644
--- a/include/clientprotocol.h
+++ b/include/clientprotocol.h
@@ -360,7 +360,7 @@ class ClientProtocol::Message : public ClientProtocol::MessageSource
/** Add a parameter to the parameter list.
* @param str String to add.
- * The string will NOT be copied, it must remain alive until ClearParams() is called or until the object is destroyed.
+ * The string will NOT be copied, it must remain alive until ClearParams() is called or until the object is destroyed.
*/
void PushParamRef(const std::string& str) { params.push_back(str); }
@@ -479,7 +479,7 @@ class ClientProtocol::Event
/** Constructor.
* @param protoeventprov Protocol event provider the event is an instance of.
- * @param msg Message to include in this event by default.
+ * @param msg Message to include in this event by default.
*/
Event(EventProvider& protoeventprov, ClientProtocol::Message& msg)
: event(&protoeventprov)