Skip to content
Snippets Groups Projects
Commit d6253696 authored by Birk Borkason's avatar Birk Borkason
Browse files

Fix indentation in util.php.

parent 5525fade
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/**
......
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