fix indent to match style in ldap.php (tabs to spaces)

pull/230/head
Lorenzo Perone 10 years ago
parent 3e3fcd4d27
commit 84296e1b93

@ -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':

Loading…
Cancel
Save