]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update rgw_rest.cc 11179/head
authorOrit Wasserman <owasserm@redhat.com>
Thu, 4 May 2017 09:29:22 +0000 (12:29 +0300)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 09:29:22 +0000 (12:29 +0300)
fix indentation.
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
src/rgw/rgw_rest.cc

index c6a412e3956020e8b569cce0d444bdc0525636f7..040f972467c8c896afa151aaf6cf873b38f75154 100644 (file)
@@ -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<std::string,
-                                                         std::string>& params)
+                                                std::string>& params)
 {
   size_t pos = params_str.find(';');
   if (std::string::npos == pos) {