[Pkg-owncloud-commits] [php-sabre-vobject] 32/46: CS
David Prévot
taffit at moszumanska.debian.org
Thu Dec 10 02:12:40 UTC 2015
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 57b949cf2483de0781a3b61ab39e24fffc5de9d5
Author: Evert Pot <me at evertpot.com>
Date: Thu Nov 26 00:42:35 2015 -0500
CS
---
lib/Parser/MimeDir.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Parser/MimeDir.php b/lib/Parser/MimeDir.php
index e2cd57d..7a6e28c 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -454,7 +454,7 @@ class MimeDir extends Parser {
// vCard 2.1 allows the character set to be specified per property.
$charset = (string)$propObj['CHARSET'];
}
- switch($charset) {
+ switch ($charset) {
case 'UTF-8' :
break;
case 'ISO-8859-1' :
--
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