Merge pull request #2751 from Borkason/patch-1

Fix indentation in util.php.
This commit is contained in:
Frank Karlitschek 2013-04-06 03:01:05 -07:00
commit e91e8b1170
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
/**