Prechádzať zdrojové kódy

[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 rokov pred
rodič
commit
9b8393e521
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  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.
      */
-    const AUTHSUB_PROFILE_FEED_URI = 
+    const AUTHSUB_PROFILE_FEED_URI =
         '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';
 
     /**
      * URIs of the ClientLogin feeds.
      */
-    const CLIENTLOGIN_PROFILELIST_FEED_URI = 
+    const CLIENTLOGIN_PROFILELIST_FEED_URI =
         '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';
-    const CLIENTLOGIN_REGISTER_FEED_URI = 
+    const CLIENTLOGIN_REGISTER_FEED_URI =
         'https://www.google.com/health/feeds/register/ui';
 
     /**