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 --- service/servicenotfoundexception.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'service/servicenotfoundexception.php') diff --git a/service/servicenotfoundexception.php b/service/servicenotfoundexception.php index fb7e37dca..e4ee61fbe 100644 --- a/service/servicenotfoundexception.php +++ b/service/servicenotfoundexception.php @@ -16,12 +16,12 @@ namespace OCA\News\Service; class ServiceNotFoundException extends ServiceException { - /** - * Constructor - * @param string $msg the error message - */ - public function __construct($msg){ - parent::__construct($msg); - } + /** + * Constructor + * @param string $msg the error message + */ + public function __construct($msg){ + parent::__construct($msg); + } } \ No newline at end of file -- cgit v1.2.3