summaryrefslogtreecommitdiffstats
path: root/lib/ocsclient.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-12-14 23:04:42 +0100
committerBart Visscher <bartv@thisnet.nl>2012-12-15 00:43:46 +0100
commitf39454ed12018402f38a8f6bf99fc94d676a0a3a (patch)
tree096e5a5263809359693517a6f90b0d433f6fcd61 /lib/ocsclient.php
parent8256650da881214e652353c9b79a5ba7964965e5 (diff)
downloadnextcloud-server-f39454ed12018402f38a8f6bf99fc94d676a0a3a.tar.gz
nextcloud-server-f39454ed12018402f38a8f6bf99fc94d676a0a3a.zip
Fix "Line indented incorrectly"
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r--lib/ocsclient.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php
index 12e5026a877..24081425f1e 100644
--- a/lib/ocsclient.php
+++ b/lib/ocsclient.php
@@ -44,10 +44,10 @@ class OC_OCSClient{
* @returns string of the KB server
* This function returns the url of the OCS knowledge base server. It´s possible to set it in the config file or it will fallback to the default
*/
- private static function getKBURL() {
- $url = OC_Config::getValue('knowledgebaseurl', 'http://api.apps.owncloud.com/v1');
- return($url);
- }
+ private static function getKBURL() {
+ $url = OC_Config::getValue('knowledgebaseurl', 'http://api.apps.owncloud.com/v1');
+ return($url);
+ }
/**
* @brief Get the content of an OCS url call.