diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-04-06 03:01:05 -0700 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-04-06 03:01:05 -0700 |
commit | e91e8b1170fa564cdfbe00e416829983914804fe (patch) | |
tree | 8f5f63c0c57862ad279af1d119619e355af75851 /lib | |
parent | 6798b6dc349e8754c4a5bf13b6ac7530bf12e931 (diff) | |
parent | d6253696cb4169ba3bea87946724931257c46e8c (diff) | |
download | nextcloud-server-e91e8b1170fa564cdfbe00e416829983914804fe.tar.gz nextcloud-server-e91e8b1170fa564cdfbe00e416829983914804fe.zip |
Merge pull request #2751 from Borkason/patch-1
Fix indentation in util.php.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index c9b12baa4da..6630c6a9e1a 100755 --- a/lib/util.php +++ b/lib/util.php @@ -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; } /** |