src: style and whitespace sweep

This commit is contained in:
Franco Fichtner 2021-03-07 19:42:51 +01:00
parent cbfb91e413
commit 00ca3c55ff
2 changed files with 2 additions and 2 deletions

View File

@ -468,7 +468,7 @@ function local_sync_accounts()
}
}
function local_user_set(&$user, $force_password = false, $userattrs=null)
function local_user_set(&$user, $force_password = false, $userattrs = null)
{
global $config;

View File

@ -128,7 +128,7 @@ class LDAP extends Base implements IAuthConnector
private $lastAuthProperties = array();
/**
* @var array internal list of LDAP errors
* @var array internal list of LDAP errors
*/
private $lastAuthErrors = array();