CS: tab2spaces
[grauphel.git] / controller / apicontroller.php
index 7f6bc67d7e9391977cdfaad2107e0cb8fddfe3ad..4c7af4856d379703bc922a52b0d69a890c0e9b68 100644 (file)
@@ -34,13 +34,13 @@ use \OCA\Grauphel\Lib\Response\ErrorResponse;
  */
 class ApiController 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)
+     * @param string   $appName Name of the app
+     * @param IRequest $request Instance of the request
+     */
+    public function __construct($appName, \OCP\IRequest $request, $user)
     {
         parent::__construct($appName, $request);
         $this->user  = $user;