summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-05-28 19:42:51 +0300
committerEd Tanous <ed@tanous.net>2022-06-02 18:54:36 +0300
commit4ee8e21100dbc8cefd941b9728c740189c4e81b8 (patch)
tree4497fd8ee08ce6ecd39f79a0375d94b9f44f43ff /http/http_client.hpp
parent71f2db758154e3a0e1b5dbd4698f5dddd31c10c0 (diff)
downloadbmcweb-4ee8e21100dbc8cefd941b9728c740189c4e81b8.tar.xz
Make code compile on clang again
The usual updates to make code compile on clang again. Extra semicolons that have snuck in, missing inline and static definitions. Tested: Code compiles on clang. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Id7f889de98cafaa89471d75ed3e3bb97ab3855cd
Diffstat (limited to 'http/http_client.hpp')
-rw-r--r--http/http_client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_client.hpp b/http/http_client.hpp
index 06d4a1ca64..d35ddd446a 100644
--- a/http/http_client.hpp
+++ b/http/http_client.hpp
@@ -615,7 +615,7 @@ class HttpClient
{
BMCWEB_LOG_DEBUG << "Response handled with return code: "
<< std::to_string(res.resultInt());
- };
+ }
public:
HttpClient(const HttpClient&) = delete;