From 42d69a95f3276a2d6089ca68f635c4e2f6aa7a23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 16:45:36 +0200 Subject: convert tabs indention to indention with 4 spaces because of mixing of both variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab --- controller/jsonhttperror.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'controller/jsonhttperror.php') diff --git a/controller/jsonhttperror.php b/controller/jsonhttperror.php index a271878a8..722019ae1 100644 --- a/controller/jsonhttperror.php +++ b/controller/jsonhttperror.php @@ -17,15 +17,15 @@ use \OCP\AppFramework\Http\JSONResponse; trait JSONHttpError { - /** - * @param \Exception $exception the message that is returned taken from the - * exception - * @param int $code the http error code - * @return \OCP\AppFramework\Http\JSONResponse - */ - public function error(\Exception $exception, $code) { - return new JSONResponse(['message' => $exception->getMessage()], $code); - } + /** + * @param \Exception $exception the message that is returned taken from the + * exception + * @param int $code the http error code + * @return \OCP\AppFramework\Http\JSONResponse + */ + public function error(\Exception $exception, $code) { + return new JSONResponse(['message' => $exception->getMessage()], $code); + } } \ No newline at end of file -- cgit v1.2.3