From 193eac649066bda33e693baadce6bc40181008f0 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 26 Jul 2019 10:22:42 +0100 Subject: Fix various cases of broken indentation. --- include/clientprotocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/clientprotocol.h') 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) -- cgit v1.3.1-10-gc9f91