Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-10 01:44:11 +0400
committerBart Visscher <bartv@thisnet.nl>2013-02-14 11:36:26 +0400
commit2d6d0a4ad438590504c13f04a6b2916a59a99c30 (patch)
tree219557660d50e4742fef8bcfc829b495e7e2b9c0 /lib/request.php
parent26791238463fda41f8b5abdedb7164df63d1b766 (diff)
Whitespace indent fixes
Diffstat (limited to 'lib/request.php')
-rwxr-xr-xlib/request.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/request.php b/lib/request.php
index 3c668b02c5f..3af93289670 100755
--- a/lib/request.php
+++ b/lib/request.php
@@ -114,8 +114,8 @@ class OC_Request {
switch($encoding) {
- case 'ISO-8859-1' :
- $path_info = utf8_encode($path_info);
+ case 'ISO-8859-1' :
+ $path_info = utf8_encode($path_info);
}
// end copy