[Pkg-owncloud-commits] [php-sabre-vobject] 07/32: remove unneeded whitespace
David Prévot
taffit at moszumanska.debian.org
Fri Nov 28 22:27:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 36f13b72e101647f4e136549fdc2d48f48c6c417
Author: Armin Hackmann <armin at fruux.com>
Date: Tue Nov 4 08:17:57 2014 +0100
remove unneeded whitespace
---
lib/Component.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Component.php b/lib/Component.php
index 5640152..60a32f0 100644
--- a/lib/Component.php
+++ b/lib/Component.php
@@ -229,7 +229,7 @@ class Component extends Node {
strtoupper($child->name) === $name
&& (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
)
- ||
+ ||
(
$name === '' && $child instanceof Property && strtoupper($child->group) === $group
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list