summaryrefslogtreecommitdiffstats
path: root/lib/ocsclient.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 20:34:44 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:34:44 +0200
commitdb18218a1bba86e364fd4fec08c2e1a0eb4e7b16 (patch)
treecfa630c22ea74e3d6bd6258b78776a1d8b5c84bd /lib/ocsclient.php
parent9e32e0730644a4340b2f88b0d8750fd1f8e8903a (diff)
downloadnextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.tar.gz
nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.zip
Space before tab fixes
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r--lib/ocsclient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php
index 9d510046697..f05a9af31c2 100644
--- a/lib/ocsclient.php
+++ b/lib/ocsclient.php
@@ -187,7 +187,7 @@ class OC_OCSClient{
if(isset($tmp->downloadlink)) {
$app['downloadlink']=$tmp->downloadlink;
}else{
- $app['downloadlink']='';
+ $app['downloadlink']='';
}
return $app;
}