From b166abef501868f55c09775198be07ce239f637d Mon Sep 17 00:00:00 2001 From: mertsunacoglu Date: Tue, 10 Jun 2025 14:11:59 +0200 Subject: [PATCH] fix: typo remove whitespace Signed-off-by: mertsunacoglu (cherry picked from commit 343db61578adafc25716df8e071c4282ed084fbf) --- src/rgw/rgw_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index f32e4b97c622c..2f6977afd1f16 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -1729,7 +1729,7 @@ std::string url_decode(const std::string_view& src_str, bool in_query) } } } - + return dest_str; } -- 2.39.5