* if auid is set, it sets the auid of the underlying rados io_ctx
* returns 0 on success, -ERR# otherwise.
*/
- int RGWRados::create_bucket(std::string& id, rgw_bucket& bucket, map<std::string, bufferlist>& attrs, bool create_pool, bool assign_marker, bool exclusive, uint64_t auid)
+ int RGWRados::create_bucket(std::string& id, rgw_bucket& bucket,
+ map<std::string, bufferlist>& attrs,
- bool create_pool, bool exclusive, uint64_t auid)
++ bool create_pool, bool assign_marker,
++ bool exclusive, uint64_t auid)
{
librados::ObjectWriteOperation op;
op.create(exclusive);