[Pkg-owncloud-commits] [php-sabredav] 14/80: fix indent
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 75f709c40482cfa137e3c7307b3ea8798d5ab34f
Author: vmire <vincent_257 at mireau.com>
Date: Tue Sep 8 17:48:29 2015 +0200
fix indent
---
lib/DAVACL/PrincipalBackend/PDO.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/DAVACL/PrincipalBackend/PDO.php b/lib/DAVACL/PrincipalBackend/PDO.php
index f300441..2aaf80b 100644
--- a/lib/DAVACL/PrincipalBackend/PDO.php
+++ b/lib/DAVACL/PrincipalBackend/PDO.php
@@ -310,8 +310,8 @@ class PDO extends AbstractBackend implements CreatePrincipalSupport {
$stmt->execute([ $value ]);
while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
- // Checking if the principal is in the prefix
- list($rowPrefix) = URLUtil::splitPath($row['uri']);
+ // Checking if the principal is in the prefix
+ list($rowPrefix) = URLUtil::splitPath($row['uri']);
if ($rowPrefix !== $principalPrefix) continue;
$uri = $row['uri'];
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list