summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-01-22 12:00:01 +0000
committerArne Juul <arnej@yahooinc.com>2023-01-22 12:00:01 +0000
commitd29f85adec4a26af5f6b7e96f6f6e21d00807115 (patch)
tree219a772d0fdf32e4a3c404c25df4813cf8145148 /fbench
parent471f8f32520dd8d2b327a9ac5cf06c558e9216ad (diff)
remove some whitespace at end of lines
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/client.h2
-rw-r--r--fbench/src/httpclient/httpclient.h8
-rw-r--r--fbench/src/util/clientstatus.h2
3 files changed, 6 insertions, 6 deletions
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