Align comment whitespace a bit.
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 18 Jan 2013 20:30:56 +0000 (12:30 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 18 Jan 2013 20:31:04 +0000 (12:31 -0800)
Change-Id: I0e52a610586aab95021424eac28175b1a3b6d861

includes/filebackend/SwiftFileBackend.php

index 699648e..02c0c9a 100644 (file)
@@ -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:<regex>"       : 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:<regex>": 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:<regex>"        : 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:<regex>" : 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: