aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-10 16:02:11 +0200
committerStefan Boberg <[email protected]>2022-06-10 16:02:11 +0200
commit1bfd27e78e1962779997a5da5dc7639fcb74fcc1 (patch)
treeab78d94247d25a6efbbb25facf63ed3ce98525f7 /zenhttp/httpsys.cpp
parentextended zen print command to also handle CbPackage and CompressedBuffer form... (diff)
downloadzen-1bfd27e78e1962779997a5da5dc7639fcb74fcc1.tar.xz
zen-1bfd27e78e1962779997a5da5dc7639fcb74fcc1.zip
clang-format fixes
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp2
1 files changed, 1 insertions, 1 deletions
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));
}
}
}