[Pkg-owncloud-commits] [php-sabredav] 02/42: phpcbf: Drop extra ending spaces

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 20:52:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 80ada83743e4aa9cc0368ea420aaf2a36b02ae10
Author: David Prévot <taffit at debian.org>
Date:   Tue Sep 23 22:21:26 2014 -0400

    phpcbf: Drop extra ending spaces
---
 lib/CalDAV/Schedule/IInbox.php         | 2 +-
 lib/CalDAV/UserCalendars.php           | 2 +-
 lib/DAV/Exception/InvalidSyncToken.php | 4 ++--
 lib/DAV/PartialUpdate/Plugin.php       | 2 +-
 lib/DAV/URLUtil.php                    | 8 ++++----
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/CalDAV/Schedule/IInbox.php b/lib/CalDAV/Schedule/IInbox.php
index 2ca722b..5865c95 100644
--- a/lib/CalDAV/Schedule/IInbox.php
+++ b/lib/CalDAV/Schedule/IInbox.php
@@ -4,7 +4,7 @@ namespace Sabre\CalDAV\Schedule;
 
 /**
  * Implement this interface to have a node be recognized as a CalDAV scheduling
- * inbox. 
+ * inbox.
  *
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
diff --git a/lib/CalDAV/UserCalendars.php b/lib/CalDAV/UserCalendars.php
index feef8ed..d6a5e72 100644
--- a/lib/CalDAV/UserCalendars.php
+++ b/lib/CalDAV/UserCalendars.php
@@ -6,7 +6,7 @@ namespace Sabre\CalDAV;
  * This class is deprecated!
  *
  * It has been renamed to Sabre\CalDAV\CalendarHome.
- * 
+ *
  * This stub class will be removed in a future version of sabredav.
  *
  * @deprecated
diff --git a/lib/DAV/Exception/InvalidSyncToken.php b/lib/DAV/Exception/InvalidSyncToken.php
index b616c87..e4145e7 100644
--- a/lib/DAV/Exception/InvalidSyncToken.php
+++ b/lib/DAV/Exception/InvalidSyncToken.php
@@ -5,14 +5,14 @@ namespace Sabre\DAV\Exception;
 use Sabre\DAV;
 
 /**
- * InvalidSyncToken 
+ * InvalidSyncToken
  *
  * This exception is emited for the {DAV:}valid-sync-token pre-condition, as
  * defined in rfc6578, section 3.2.
  *
  * http://tools.ietf.org/html/rfc6578#section-3.2
  *
- * This is emitted in cases where the the sync-token, supplied by a client is 
+ * This is emitted in cases where the the sync-token, supplied by a client is
  * either completely unknown, or has expired.
  *
  * @author Evert Pot (http://evertpot.com/)
diff --git a/lib/DAV/PartialUpdate/Plugin.php b/lib/DAV/PartialUpdate/Plugin.php
index 26fe61b..22a7128 100644
--- a/lib/DAV/PartialUpdate/Plugin.php
+++ b/lib/DAV/PartialUpdate/Plugin.php
@@ -189,7 +189,7 @@ class Plugin extends DAV\ServerPlugin {
 
     }
 
-   /**
+    /**
      * Returns the HTTP custom range update header
      *
      * This method returns null if there is no well-formed HTTP range request
diff --git a/lib/DAV/URLUtil.php b/lib/DAV/URLUtil.php
index 544e2e6..6c00b5e 100644
--- a/lib/DAV/URLUtil.php
+++ b/lib/DAV/URLUtil.php
@@ -7,13 +7,13 @@ use Sabre\HTTP;
 /**
  * URLUtil
  *
- * This file moved to the HTTP package and is now deprecated. Use 
+ * This file moved to the HTTP package and is now deprecated. Use
  * Sabre\HTTP\URLUtil instead.
  *
- * This file will be removed in a future version. 
- * 
+ * This file will be removed in a future version.
+ *
  * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
- * @author Evert Pot (http://evertpot.com/) 
+ * @author Evert Pot (http://evertpot.com/)
  * @deprecated Use Sabre\HTTP\URLUtil instead!
  * @license http://sabre.io/license/ Modified BSD License
  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list