From 703502d7c4d5f06a2d3425b7b7eef62c7fff9863 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 2 Feb 2013 00:21:22 +0100 Subject: spaces to tabs --- controller/foldercontroller.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'controller/foldercontroller.php') diff --git a/controller/foldercontroller.php b/controller/foldercontroller.php index 48a0d1694..e0ae5f8fb 100644 --- a/controller/foldercontroller.php +++ b/controller/foldercontroller.php @@ -33,23 +33,23 @@ use \OCA\AppFramework\Http\Request; class FolderController extends Controller { - public function __construct(API $api, Request $request, $folderMapper){ - parent::__construct($api, $request); - $this->folderMapper = $folderMapper; - } - - - /** - * @IsAdminExemption - * @IsSubAdminExemption - * @Ajax - * - * Returns all folders - */ - public function getAll(){ - $folders = $this->folderMapper->getAll(); - return $this->renderJSON($folders); - } + public function __construct(API $api, Request $request, $folderMapper){ + parent::__construct($api, $request); + $this->folderMapper = $folderMapper; + } + + + /** + * @IsAdminExemption + * @IsSubAdminExemption + * @Ajax + * + * Returns all folders + */ + public function getAll(){ + $folders = $this->folderMapper->getAll(); + return $this->renderJSON($folders); + } } \ No newline at end of file -- cgit v1.2.3