diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-01-14 20:30:28 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-01-16 18:09:16 +0100 |
commit | a8f963d9cf5b243cae497450af78c20cbc367b4b (patch) | |
tree | fd23acd48a702fe247e81c25e1f98a6f214a30ae /lib/public/api.php | |
parent | cb0fd30458c29db7667582b7c182b4d530366634 (diff) | |
download | nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.tar.gz nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.zip |
Spaces to tabs
Diffstat (limited to 'lib/public/api.php')
-rw-r--r-- | lib/public/api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/api.php b/lib/public/api.php index a85daa1935c..95d333f2165 100644 --- a/lib/public/api.php +++ b/lib/public/api.php @@ -26,7 +26,7 @@ namespace OCP; * This class provides functions to manage apps in ownCloud */ class API { - + /** * registers an api call * @param string $method the http method @@ -40,5 +40,5 @@ class API { public static function register($method, $url, $action, $app, $authLevel = OC_API::USER_AUTH, $defaults = array(), $requirements = array()){ \OC_API::register($method, $url, $action, $app, $authLevel, $defaults, $requirements); } - + } |