[Pkg-owncloud-commits] [owncloud] 91/145: intendation

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 3be50224ffdf328f78d598da7118ad6259c642e5
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Wed Feb 5 17:12:17 2014 +0100

    intendation
---
 tests/lib/share/searchresultsorter.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/lib/share/searchresultsorter.php b/tests/lib/share/searchresultsorter.php
index efc3e1b..eaf9340 100644
--- a/tests/lib/share/searchresultsorter.php
+++ b/tests/lib/share/searchresultsorter.php
@@ -25,11 +25,11 @@ class Test_Share_Search extends \PHPUnit_Framework_TestCase {
 		$sorter = new \OC\Share\SearchResultSorter($search, 'foobar');
 
 		$result = array(
-						array('foobar' => 'woot'),
-						array('foobar' => 'linux'),
-						array('foobar' => 'Linus'),
-						array('foobar' => 'Bicyclerepairwoman'),
-					   );
+			array('foobar' => 'woot'),
+			array('foobar' => 'linux'),
+			array('foobar' => 'Linus'),
+			array('foobar' => 'Bicyclerepairwoman'),
+		);
 
 		usort($result, array($sorter, 'sort'));
 		$this->assertTrue($result[0]['foobar'] === 'Linus');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list