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 --- articleenhancer/articleenhancer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'articleenhancer/articleenhancer.php') diff --git a/articleenhancer/articleenhancer.php b/articleenhancer/articleenhancer.php index 0587f4bad..a151de656 100644 --- a/articleenhancer/articleenhancer.php +++ b/articleenhancer/articleenhancer.php @@ -21,5 +21,5 @@ interface ArticleEnhancer { * @param \OCA\News\Db\Item $item * @return \OCA\News\Db\Item enhanced item */ - public function enhance(Item $item); + public function enhance(Item $item); } \ No newline at end of file -- cgit v1.2.3