diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-14 21:04:08 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-14 21:04:08 +0200 |
commit | 4af5b016cc0bb4e5f7e73a50d38e16d3c539bf5f (patch) | |
tree | 04ea8615a228fb252473bef72eb8b763e558ea80 /lib/connector/sabre/principal.php | |
parent | 2c427f050e2bc263b5c4c2faabf73e3993f1d29d (diff) | |
download | nextcloud-server-4af5b016cc0bb4e5f7e73a50d38e16d3c539bf5f.tar.gz nextcloud-server-4af5b016cc0bb4e5f7e73a50d38e16d3c539bf5f.zip |
Whitespace cleanup
Diffstat (limited to 'lib/connector/sabre/principal.php')
-rw-r--r-- | lib/connector/sabre/principal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connector/sabre/principal.php b/lib/connector/sabre/principal.php index ee95ae63306..763503721f8 100644 --- a/lib/connector/sabre/principal.php +++ b/lib/connector/sabre/principal.php @@ -115,11 +115,11 @@ class OC_Connector_Sabre_Principal implements Sabre_DAVACL_IPrincipalBackend { public function setGroupMemberSet($principal, array $members) { throw new Sabre_DAV_Exception('Setting members of the group is not supported yet'); } - + function updatePrincipal($path, $mutations) { return 0; } - + function searchPrincipals($prefixPath, array $searchProperties) { return 0; } |