Whitespace cleanup

This commit is contained in:
Bart Visscher
2012-10-14 21:15:16 +02:00
parent 279270d407
commit 7c45f55f15
5 changed files with 15 additions and 15 deletions

View File

@@ -11,11 +11,11 @@ class OC_User_SMB extends OC_User_Backend{
const smbclient='smbclient';
const loginError='NT_STATUS_LOGON_FAILURE';
public function __construct($host) {
$this->host=$host;
}
/**
* @brief Check if the password is correct
* @param $uid The username
@@ -36,7 +36,7 @@ class OC_User_SMB extends OC_User_Backend{
return $uid;
}
}
public function userExists($uid) {
return true;
}