Fix indentation in util.php.
This commit is contained in:
parent
5525fade11
commit
d6253696cb
1 changed files with 2 additions and 2 deletions
|
@ -618,8 +618,8 @@ class OC_Util {
|
|||
$result = setlocale(LC_ALL, 'en_US.UTF-8', 'en_US.UTF8');
|
||||
if($result == false) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue