From aef9c292beae2245da35f60fa8c8bd9c52fd248f Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Sat, 22 Jan 2022 11:11:34 +0100 Subject: Format fix. --- zenhttp/httpserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenhttp/httpserver.cpp') diff --git a/zenhttp/httpserver.cpp b/zenhttp/httpserver.cpp index 62b8d11a1..c8e11468e 100644 --- a/zenhttp/httpserver.cpp +++ b/zenhttp/httpserver.cpp @@ -400,7 +400,7 @@ HttpServerRequest::GetQueryParams() continue; } - size_t QueryLen = ptrdiff_t(QueryEnd - QueryIt); + size_t QueryLen = ptrdiff_t(QueryEnd - QueryIt); const std::string_view Query{QueryIt, QueryLen}; size_t DelimIndex = Query.find('&', 0); -- cgit v1.2.3