]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix: typo remove whitespace 64049/head
authormertsunacoglu <emin.sunacoglu@clyso.com>
Tue, 10 Jun 2025 12:11:59 +0000 (14:11 +0200)
committerCasey Bodley <cbodley@redhat.com>
Thu, 19 Jun 2025 17:03:28 +0000 (13:03 -0400)
Signed-off-by: mertsunacoglu <emin.sunacoglu@clyso.com>
(cherry picked from commit 343db61578adafc25716df8e071c4282ed084fbf)

src/rgw/rgw_common.cc

index f32e4b97c622cfdec53900e527645a990894980e..2f6977afd1f164c6c33e231b6f05f500a26efa8b 100644 (file)
@@ -1729,7 +1729,7 @@ std::string url_decode(const std::string_view& src_str, bool in_query)
       }
     }
   }
-  
   return dest_str;
 }