From 1bfd27e78e1962779997a5da5dc7639fcb74fcc1 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 10 Jun 2022 16:02:11 +0200 Subject: clang-format fixes --- zenhttp/httpsys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenhttp/httpsys.cpp') diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index 023d2215e..19dba126a 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -1248,7 +1248,7 @@ HttpSysServerRequest::HttpSysServerRequest(HttpSysTransaction& Tx, HttpService& if (AcceptContentType != HttpContentType::kUnknownContentType) { - m_UriUtf8.RemoveSuffix((uint32_t) (UriSuffix8.size() + 1)); + m_UriUtf8.RemoveSuffix((uint32_t)(UriSuffix8.size() + 1)); } } } -- cgit v1.2.3