From: mertsunacoglu Date: Tue, 10 Jun 2025 12:11:59 +0000 (+0200) Subject: fix: typo remove whitespace X-Git-Tag: testing/wip-hyelloji-testing-20250624.114937~54^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=343db61578adafc25716df8e071c4282ed084fbf;p=ceph-ci.git fix: typo remove whitespace Signed-off-by: mertsunacoglu --- diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index 95ecd0c2bb4..094c2ccd991 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -1772,7 +1772,7 @@ std::string url_decode(const std::string_view& src_str, bool in_query) } } } - + return dest_str; }