From: Aaron Schulz Date: Fri, 18 Jan 2013 20:30:56 +0000 (-0800) Subject: Align comment whitespace a bit. X-Git-Tag: 1.31.0-rc.0~20982 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=297a110e6d32c6540aaa1317d69f9bc903a50d08;p=lhc%2Fweb%2Fwiklou.git Align comment whitespace a bit. Change-Id: I0e52a610586aab95021424eac28175b1a3b6d861 --- diff --git a/includes/filebackend/SwiftFileBackend.php b/includes/filebackend/SwiftFileBackend.php index 699648e99c..02c0c9acb2 100644 --- a/includes/filebackend/SwiftFileBackend.php +++ b/includes/filebackend/SwiftFileBackend.php @@ -1302,12 +1302,12 @@ class SwiftFileBackend extends FileBackendStore { * * $readGrps is a list of the possible criteria for a request to have * access to read a container. Each item is one of the following formats: - * - account:user : Grants access if the request is by the given user - * - ".r:" : Grants access if the request is from a referrer host that - * matches the expression and the request is not for a listing. - * Setting this to '*' effectively makes a container public. - * -".rlistings:": Grants access if the request is from a referrer host that - * matches the expression and the request for a listing. + * - account:user : Grants access if the request is by the given user + * - ".r:" : Grants access if the request is from a referrer host that + * matches the expression and the request is not for a listing. + * Setting this to '*' effectively makes a container public. + * -".rlistings:" : Grants access if the request is from a referrer host that + * matches the expression and the request for a listing. * * $writeGrps is a list of the possible criteria for a request to have * access to write to a container. Each item is of the following format: