From 849cf18b89186163bc3695c5a0eb2908471b95b3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 21 Aug 2014 17:03:19 +0200 Subject: CS: tab2spaces --- controller/guicontroller.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'controller/guicontroller.php') diff --git a/controller/guicontroller.php b/controller/guicontroller.php index e3753d7..79c6447 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -29,13 +29,13 @@ use \OCP\AppFramework\Http\TemplateResponse; */ class GuiController extends Controller { - /** - * constructor of the controller + /** + * constructor of the controller * - * @param string $appName Name of the app - * @param IRequest $request Instance of the request - */ - public function __construct($appName, \OCP\IRequest $request, $user, $urlGen) + * @param string $appName Name of the app + * @param IRequest $request Instance of the request + */ + public function __construct($appName, \OCP\IRequest $request, $user, $urlGen) { parent::__construct($appName, $request); $this->user = $user; -- cgit v1.2.3