Skip to content

Commit

Permalink
Update rgw_rest.cc
Browse files Browse the repository at this point in the history
fix indentation.
Signed-off-by: Orit Wasserman <[email protected]>
  • Loading branch information
oritwas committed May 4, 2017
1 parent 66a17f7 commit c074d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_rest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c074d52

Please sign in to comment.