summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragametov <agametov@gmail.com>2016-03-17 09:46:14 +0300
committeragametov <agametov@gmail.com>2016-03-17 09:46:14 +0300
commitd743a32025afc30205591b73117bcecb5a16c295 (patch)
treea3c349f57269ecd8e7c73b15e63226e3911ce4aa
parent65ddb94de36f772b9a3bee165be012b9ad1f43f0 (diff)
downloadDotNetOpenAuth-d743a32025afc30205591b73117bcecb5a16c295.zip
DotNetOpenAuth-d743a32025afc30205591b73117bcecb5a16c295.tar.gz
DotNetOpenAuth-d743a32025afc30205591b73117bcecb5a16c295.tar.bz2
remove the whitespace
-rw-r--r--src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs
index 3a7a5f9..84addd7 100644
--- a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs
+++ b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs
@@ -509,8 +509,8 @@ namespace DotNetOpenAuth.OpenId.RelyingParty {
}
}
- // Sort endpoints so that the first one in the list is the most preferred one.
- filteredEndpoints = filteredEndpoints.OrderBy(ep => ep, relyingParty.EndpointOrder).ToList();
+ // Sort endpoints so that the first one in the list is the most preferred one.
+ filteredEndpoints = filteredEndpoints.OrderBy(ep => ep, relyingParty.EndpointOrder).ToList();
var endpointList = new List<IdentifierDiscoveryResult>(filteredEndpoints.Count);
foreach (var endpoint in filteredEndpoints) {