Code style

This commit is contained in:
Tom Needham 2013-05-01 18:26:02 +01:00 committed by Morris Jobke
parent f14ce1efdc
commit 273f162b26

View file

@ -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();