From d29f85adec4a26af5f6b7e96f6f6e21d00807115 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Sun, 22 Jan 2023 12:00:01 +0000 Subject: remove some whitespace at end of lines --- fbench/src/fbench/client.h | 2 +- fbench/src/httpclient/httpclient.h | 8 ++++---- fbench/src/util/clientstatus.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'fbench') diff --git a/fbench/src/fbench/client.h b/fbench/src/fbench/client.h index ebdcae4d6cb..e1ea67e5900 100644 --- a/fbench/src/fbench/client.h +++ b/fbench/src/fbench/client.h @@ -88,7 +88,7 @@ struct ClientArguments * client. **/ bool _keepAlive; - + /** * Indicate wether POST content should be Base64 decoded before * sending it diff --git a/fbench/src/httpclient/httpclient.h b/fbench/src/httpclient/httpclient.h index da04378b38f..1e7bd4784d3 100644 --- a/fbench/src/httpclient/httpclient.h +++ b/fbench/src/httpclient/httpclient.h @@ -232,7 +232,7 @@ protected: * @param cLen length of content in bytes **/ bool Open(std::string & headerinfo, const char *url, bool usePost = false, const char *content = 0, int cLen = 0); - + /** * Close the connection to the url we are currently reading * from. Will also close the physical connection if keepAlive is not @@ -319,7 +319,7 @@ public: /** * Query total hit count. Returns -1 if the total hit count * could not be found. - * @return Total hit count for query. + * @return Total hit count for query. **/ auto TotalHitCount() const { return _totalHitCount; } /** @@ -327,14 +327,14 @@ public: * @return Number of bytes in result buffer. **/ auto ResultSize() const { return _resultSize; } - + private: bool _ok; uint32_t _requestStatus; int32_t _totalHitCount; int32_t _resultSize; }; - + /** * High-level method that may be used to fetch a document in a * single method call and save the content to the given file. diff --git a/fbench/src/util/clientstatus.h b/fbench/src/util/clientstatus.h index 89589ef75e9..15db42359d8 100644 --- a/fbench/src/util/clientstatus.h +++ b/fbench/src/util/clientstatus.h @@ -164,7 +164,7 @@ struct ClientStatus * @param status The status to insert **/ void AddRequestStatus(uint32_t status); - + /** * Merge the info held by 'status' into the info held by this * struct. Note that the error flag and error messages are ignored. If -- cgit v1.2.3