summaryrefslogtreecommitdiff
path: root/modules/openid
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-06 06:39:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-06 06:39:01 +0000
commitaec10a8c7df942ce53b656ae6494c1e08ee6ea17 (patch)
treee96248c534ecc33b51d88873c3dcbb8293fa47b1 /modules/openid
parentfe04b8f5a1c5e13b1f2f5e0b2ac8bb7f419ec311 (diff)
downloadbrdo-aec10a8c7df942ce53b656ae6494c1e08ee6ea17.tar.gz
brdo-aec10a8c7df942ce53b656ae6494c1e08ee6ea17.tar.bz2
- Patch #734146 by scor: white-space clean-up.
Diffstat (limited to 'modules/openid')
-rw-r--r--modules/openid/openid.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/openid.inc b/modules/openid/openid.inc
index db1a66096..a1f3b90b4 100644
--- a/modules/openid/openid.inc
+++ b/modules/openid/openid.inc
@@ -561,10 +561,10 @@ function _openid_get_params($str) {
* openid.[prefix].[key2] = [value2]
* ...
* @endcode
- *
+ *
* This function extracts all the keys belonging to an extension namespace in a
* response, optionally using a fallback prefix if none is provided in the response.
- *
+ *
* Note that you cannot assume that a given extension namespace will use the same
* prefix on the response and the request: each party may use a different prefix
* to refer to the same namespace.