From: Tom Needham Date: Wed, 1 May 2013 17:26:02 +0000 (+0100) Subject: Code style X-Git-Tag: v6.0.0alpha2~265^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=273f162b26b15b2238972001a4ada3fa52eeece9;p=nextcloud-server.git Code style --- diff --git a/lib/ocs/cloud.php b/lib/ocs/cloud.php index 1535f70a8cc..b64200d0916 100644 --- a/lib/ocs/cloud.php +++ b/lib/ocs/cloud.php @@ -47,9 +47,9 @@ class OC_OCS_Cloud { /** * gets user info */ - public static function getUser($parameters){ + public static function getUser($parameters) { // Check if they are viewing information on themselves - if($parameters['userid'] === OC_User::getUser()){ + if($parameters['userid'] === OC_User::getUser()) { // Self lookup $quota = array(); $storage = OC_Helper::getStorageInfo();