Respect coding style

This commit is contained in:
Thomas Müller 2012-09-10 12:29:35 +03:00
parent 2271a97992
commit 1a10955644
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class OC_Connector_Sabre_Auth extends Sabre_DAV_Auth_Backend_AbstractBasic {
return true;
} else {
OC_Util::setUpFS();//login hooks may need early access to the filesystem
if(OC_User::login($username,$password)) {
if(OC_User::login($username, $password)) {
OC_Util::setUpFS($username);
return true;
}