summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-06-02 20:31:27 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-06-02 20:31:27 -0700
commit33eb2c239af5140e66849356c31ffbf001bda1fd (patch)
treead5d41eb06dbc476ec2ef1131cf5967967c18c3b /samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs
parentf4dcdd88a5ec022a2ef0e69e52a987757d1d5696 (diff)
downloadDotNetOpenAuth-33eb2c239af5140e66849356c31ffbf001bda1fd.zip
DotNetOpenAuth-33eb2c239af5140e66849356c31ffbf001bda1fd.tar.gz
DotNetOpenAuth-33eb2c239af5140e66849356c31ffbf001bda1fd.tar.bz2
Fixed whitespace.
Diffstat (limited to 'samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs')
-rw-r--r--samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs b/samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs
index 6d5bfff..b12e85a 100644
--- a/samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs
+++ b/samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs
@@ -33,8 +33,8 @@
var principal = sp.CreatePrincipal(auth);
var policy = new OAuthPrincipalAuthorizationPolicy(principal);
var policies = new List<IAuthorizationPolicy> {
- policy,
- };
+ policy,
+ };
var securityContext = new ServiceSecurityContext(policies.AsReadOnly());
if (operationContext.IncomingMessageProperties.Security != null) {