Skip to content
Snippets Groups Projects
Commit 273f162b authored by Tom Needham's avatar Tom Needham Committed by Morris Jobke
Browse files

Code style

parent f14ce1ef
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment