]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix: typo remove whitespace 64052/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 19:01:21 +0000 (15:01 -0400)
Signed-off-by: mertsunacoglu <emin.sunacoglu@clyso.com>
(cherry picked from commit 343db61578adafc25716df8e071c4282ed084fbf)

src/rgw/rgw_common.cc

index 505c4b3faec50f89deec7f206222c737fcab9686..5b221633567ed90a6985f78b4b47787ae8c69274 100644 (file)
@@ -1741,7 +1741,7 @@ std::string url_decode(const std::string_view& src_str, bool in_query)
       }
     }
   }
-  
   return dest_str;
 }