From: Orit Wasserman Date: Thu, 4 May 2017 09:29:22 +0000 (+0300) Subject: Update rgw_rest.cc X-Git-Tag: v12.0.3~99^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11179%2Fhead;p=ceph.git Update rgw_rest.cc fix indentation. Signed-off-by: Orit Wasserman --- diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc index c6a412e39560..040f972467c8 100644 --- a/src/rgw/rgw_rest.cc +++ b/src/rgw/rgw_rest.cc @@ -1243,7 +1243,7 @@ int RGWPutObj_ObjStore::get_data(bufferlist& bl) void RGWPostObj_ObjStore::parse_boundary_params(const std::string& params_str, std::string& first, std::map& params) + std::string>& params) { size_t pos = params_str.find(';'); if (std::string::npos == pos) {