diff options
author | Lorenzo Perone <lorenzo.perone@yellowspace.net> | 2014-10-16 16:47:35 +0200 |
---|---|---|
committer | Lorenzo Perone <lorenzo.perone@yellowspace.net> | 2014-10-16 16:47:35 +0200 |
commit | 84296e1b9339aa0857ea8ba32e060405d43d1c1f (patch) | |
tree | ef1aa4e182047fa11cc22bf4bd581b0a3e458282 /plugins/password | |
parent | 3e3fcd4d2786930996be916b9ff3a0c46abc49c0 (diff) |
fix indent to match style in ldap.php (tabs to spaces)
Diffstat (limited to 'plugins/password')
-rw-r--r-- | plugins/password/drivers/ldap.php | 2 |
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': |