]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: rgw_rest_account.cc: remove trailing spaces
authorTheofilos Mouratidis <theofilos.mouratidis@switch.ch>
Wed, 1 Jul 2026 11:32:12 +0000 (13:32 +0200)
committerTheofilos Mouratidis <theofilos.mouratidis@switch.ch>
Wed, 1 Jul 2026 11:58:58 +0000 (13:58 +0200)
Signed-off-by: Theofilos Mouratidis <mtheofilos@gmail.com>
src/rgw/rgw_rest_account.cc

index dc5fada5a52ad29edea4a5c406012b1a753bb29a..1b2ac6176de98c46c84c64cee70cffc1ea8fd633 100644 (file)
@@ -233,23 +233,23 @@ public:
 
 /**
  * @brief Sets quota limits for an RGW account
- * 
+ *
  * @param y Optional yield context for coroutine-based async operations
- * 
+ *
  * REST Endpoint:
  *   PUT /admin/account
- * 
+ *
  * Query Parameters:
  *   - quota: (required) Subresource to trigger the put account quota operation
  *   - id: (required) Account ID to set quota for
- *   - quota-type (required): Type of quota to set - "account" or "bucket" 
+ *   - quota-type (required): Type of quota to set - "account" or "bucket"
  *   - max-size: (optional) Maximum storage size in bytes
  *   - max-objects: (optional) Maximum number of objects (-1 for unlimited)
  *   - enabled: (optional) Enable/disable quota enforcement (true/false)
- * 
+ *
  * Example Usage:
  *   PUT /admin/account?quota&id=RGW123&quota-type=account&max-size=1073741824&enabled=true
- * 
+ *
  */
 
 void RGWOp_Account_Quota_Set::execute(optional_yield y)