diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-14 12:57:30 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-14 13:23:12 +0200 |
commit | 8fd9cbcc54190f9f3afd7e74ed295216953c7383 (patch) | |
tree | 5d2fb4b496b0f402e1360b255fba020826cedc44 /lib/public | |
parent | a34db3fbe00aa54a4d98bfab0d48ce03db8ee8c3 (diff) | |
download | nextcloud-server-8fd9cbcc54190f9f3afd7e74ed295216953c7383.tar.gz nextcloud-server-8fd9cbcc54190f9f3afd7e74ed295216953c7383.zip |
White-space fix.
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/util.php | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/lib/public/util.php b/lib/public/util.php index 995161e2abe..d79d3f26b1e 100644 --- a/lib/public/util.php +++ b/lib/public/util.php @@ -145,15 +145,15 @@ class Util { } - /** - * @brief Creates an url - * @param $app app - * @param $file file - * @returns the url - * - * Returns a url to the given app and file. - */ - public static function linkTo( $app, $file ){ + /** + * @brief Creates an url + * @param $app app + * @param $file file + * @returns the url + * + * Returns a url to the given app and file. + */ + public static function linkTo( $app, $file ){ return(\OC_Helper::linkTo( $app, $file )); } @@ -264,10 +264,6 @@ class Util { public static function callCheck(){ return(\OC_Util::callCheck()); } - - - - } ?> |