Update decodeURLComponent.cpp

This commit is contained in:
alexey-milovidov 2022-01-08 07:21:12 +03:00 committed by GitHub
parent 905d5be288
commit df2fede98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ static size_t decodeURL(const char * src, size_t src_size, char * dst, bool plus
/// Percent decode of URL data.
template<bool plus_as_space>
template <bool plus_as_space>
struct DecodeURLComponentImpl
{
static void vector(const ColumnString::Chars & data, const ColumnString::Offsets & offsets,