]> source.dussan.org Git - nextcloud-server.git/commitdiff
Respect coding style
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 10 Sep 2012 09:29:35 +0000 (12:29 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 10 Sep 2012 09:29:35 +0000 (12:29 +0300)
lib/connector/sabre/auth.php

index 34fc5fee50c1c8418fb07c363b84dd2023bd1bad..0c34c7ea29fc20f66ccd76974dbfa5bcd4a3431f 100644 (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;
                        }