From: mertsunacoglu Date: Tue, 10 Jun 2025 12:11:59 +0000 (+0200) Subject: fix: typo remove whitespace X-Git-Tag: v19.2.3~13^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F64049%2Fhead;p=ceph.git fix: typo remove whitespace Signed-off-by: mertsunacoglu (cherry picked from commit 343db61578adafc25716df8e071c4282ed084fbf) --- 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; }