[Pkg-owncloud-commits] [owncloud] 84/145: respect coding guidelines
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:44 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 c6687e159b522d5a6879d5eb9c4930f6bc847c7d
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Jan 15 14:02:18 2014 +0100
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 784b252..5c2dbc6 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;
--
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