]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
fix: typo remove whitespace
authormertsunacoglu <emin.sunacoglu@clyso.com>
Tue, 10 Jun 2025 12:11:59 +0000 (14:11 +0200)
committermertsunacoglu <emin.sunacoglu@clyso.com>
Tue, 10 Jun 2025 12:11:59 +0000 (14:11 +0200)
Signed-off-by: mertsunacoglu <emin.sunacoglu@clyso.com>
src/rgw/rgw_common.cc

index 95ecd0c2bb42c2df3e9cbedc9b64bb6573644af9..094c2ccd9916cdf02aa936513edb5857628f08ab 100644 (file)
@@ -1772,7 +1772,7 @@ std::string url_decode(const std::string_view& src_str, bool in_query)
       }
     }
   }
-  
   return dest_str;
 }