[Pkg-owncloud-commits] [php-sabre-vobject] 01/46: CS fix

David Prévot taffit at moszumanska.debian.org
Thu Dec 10 02:12:37 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 3fb58fdfb0d4c870b696d1a240183f9c667f3455
Author: David Prévot <david at tilapin.org>
Date:   Wed Jul 29 14:57:03 2015 +0200

    CS fix
---
 lib/FreeBusyData.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/FreeBusyData.php b/lib/FreeBusyData.php
index 487a0b3..00e7912 100644
--- a/lib/FreeBusyData.php
+++ b/lib/FreeBusyData.php
@@ -92,7 +92,7 @@ class FreeBusyData {
         if ($this->data[$insertStartIndex - 1]['start'] === $start) {
             // The old item starts at the exact same point as the new item.
             $insertStartIndex--;
-         }
+        }
 
         // Now we know where to insert the item, we need to know where it
         // starts overlapping with items on the tail end. We need to start

-- 
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