mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
rgw: remove stray semicolon
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
4ca8054c5a
commit
4efdc52ad8
@ -365,7 +365,7 @@ void RGWListBucketMultiparts_REST_S3::send_response()
|
||||
if (!upload_id_marker.empty())
|
||||
s->formatter->dump_value_str("UploadIdMarker", upload_id_marker.c_str());
|
||||
string next_key = next_marker.mp.get_key();
|
||||
if (!next_key.empty());
|
||||
if (!next_key.empty())
|
||||
s->formatter->dump_value_str("NextKeyMarker", next_key.c_str());
|
||||
string next_upload_id = next_marker.mp.get_upload_id();
|
||||
if (!next_upload_id.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user