summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorLorenzo Perone <lorenzo.perone@yellowspace.net>2014-10-16 16:47:35 +0200
committerLorenzo Perone <lorenzo.perone@yellowspace.net>2014-10-16 16:47:35 +0200
commit84296e1b9339aa0857ea8ba32e060405d43d1c1f (patch)
treeef1aa4e182047fa11cc22bf4bd581b0a3e458282 /plugins
parent3e3fcd4d2786930996be916b9ff3a0c46abc49c0 (diff)
fix indent to match style in ldap.php (tabs to spaces)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/password/drivers/ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/drivers/ldap.php b/plugins/password/drivers/ldap.php
index 2cf2c1198..2d29a55b9 100644
--- a/plugins/password/drivers/ldap.php
+++ b/plugins/password/drivers/ldap.php
@@ -348,7 +348,7 @@ class rcube_ldap_password
case 'cram-md5':
require_once(dirname(__FILE__).'/../helpers/dovecot_hmacmd5.php');
- return dovecot_hmacmd5($password_clear);
+ return dovecot_hmacmd5($password_clear);
break;
case 'clear':