From 1d0a2365631955944d746b4567cac85eb10a80db Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Wed, 15 Jan 2014 14:02:18 +0100
Subject: [PATCH] respect coding guidelines

---
 core/ajax/share.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/ajax/share.php b/core/ajax/share.php
index 784b2528f4..5c2dbc6654 100644
--- a/core/ajax/share.php
+++ b/core/ajax/share.php
@@ -377,7 +377,7 @@ function sortSearchFirst($a, $b) {
 
 	if($i === $j) {
 		return 0;
-	} else if ($i === 0) {
+	} elseif ($i === 0) {
 		return -1;
 	} else {
 		return 1;
-- 
GitLab