diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-02 20:31:27 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-02 20:31:27 -0700 |
commit | 33eb2c239af5140e66849356c31ffbf001bda1fd (patch) | |
tree | ad5d41eb06dbc476ec2ef1131cf5967967c18c3b /samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs | |
parent | f4dcdd88a5ec022a2ef0e69e52a987757d1d5696 (diff) | |
download | DotNetOpenAuth-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.cs | 4 |
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) { |