summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ldaputility.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-09-11 19:42:08 +0200
committerArthur Schiwon <blizzz@owncloud.com>2013-09-27 13:34:15 +0200
commit81cf4a22efb4dd7303a3aa3451e29992562b19f0 (patch)
treeea06a2b044b0521901fd548162bf2118558e6a54 /apps/user_ldap/lib/ldaputility.php
parent84f522f406d2bec8dff5acb0c7defc54b8e7d79a (diff)
downloadnextcloud-server-81cf4a22efb4dd7303a3aa3451e29992562b19f0.tar.gz
nextcloud-server-81cf4a22efb4dd7303a3aa3451e29992562b19f0.zip
LDAP: coding style
Diffstat (limited to 'apps/user_ldap/lib/ldaputility.php')
-rw-r--r--apps/user_ldap/lib/ldaputility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/ldaputility.php b/apps/user_ldap/lib/ldaputility.php
index 975df7d1de0..7fffd9c88d1 100644
--- a/apps/user_ldap/lib/ldaputility.php
+++ b/apps/user_ldap/lib/ldaputility.php
@@ -33,4 +33,4 @@ abstract class LDAPUtility {
public function __construct(ILDAPWrapper $ldapWrapper) {
$this->ldap = $ldapWrapper;
}
-} \ No newline at end of file
+}