CS: tab2spaces
[grauphel.git] / controller / oauthcontroller.php
index ceaa935f2814de8f3e8ef7b41db973b42f79a753..d02b7b8b46a5a4fc214e2f3e5fe5afa11235f870 100644 (file)
@@ -41,13 +41,13 @@ class OauthController extends Controller
 {
     protected $user;
 
-       /**
-        * 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;