Browse Source

[ZF-7527]Line endings in Zend/Gdata/Health

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17595 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
9b8393e521
1 changed files with 5 additions and 5 deletions
  1. 5 5
      library/Zend/Gdata/Health.php

+ 5 - 5
library/Zend/Gdata/Health.php

@@ -62,19 +62,19 @@ class Zend_Gdata_Health extends Zend_Gdata
     /**
     /**
      * URIs of the AuthSub/OAuth feeds.
      * URIs of the AuthSub/OAuth feeds.
      */
      */
-    const AUTHSUB_PROFILE_FEED_URI = 
+    const AUTHSUB_PROFILE_FEED_URI =
         'https://www.google.com/health/feeds/profile/default';
         'https://www.google.com/health/feeds/profile/default';
-    const AUTHSUB_REGISTER_FEED_URI = 
+    const AUTHSUB_REGISTER_FEED_URI =
         'https://www.google.com/health/feeds/register/default';
         'https://www.google.com/health/feeds/register/default';
 
 
     /**
     /**
      * URIs of the ClientLogin feeds.
      * URIs of the ClientLogin feeds.
      */
      */
-    const CLIENTLOGIN_PROFILELIST_FEED_URI = 
+    const CLIENTLOGIN_PROFILELIST_FEED_URI =
         'https://www.google.com/health/feeds/profile/list';
         'https://www.google.com/health/feeds/profile/list';
-    const CLIENTLOGIN_PROFILE_FEED_URI = 
+    const CLIENTLOGIN_PROFILE_FEED_URI =
         'https://www.google.com/health/feeds/profile/ui';
         'https://www.google.com/health/feeds/profile/ui';
-    const CLIENTLOGIN_REGISTER_FEED_URI = 
+    const CLIENTLOGIN_REGISTER_FEED_URI =
         'https://www.google.com/health/feeds/register/ui';
         'https://www.google.com/health/feeds/register/ui';
 
 
     /**
     /**