summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Controllers/AuthController.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-03-11 19:43:30 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-03-11 19:43:30 -0800
commit70591c5219bbd8d3b3e5ecacccb0bfb588f219bf (patch)
treefc1ed5e2345de3d8a804c213768db39f852eeab1 /projecttemplates/MvcRelyingParty/Controllers/AuthController.cs
parent3e59a1a11629e5c994b90d404bbe7150be8d10b7 (diff)
downloadDotNetOpenAuth-70591c5219bbd8d3b3e5ecacccb0bfb588f219bf.zip
DotNetOpenAuth-70591c5219bbd8d3b3e5ecacccb0bfb588f219bf.tar.gz
DotNetOpenAuth-70591c5219bbd8d3b3e5ecacccb0bfb588f219bf.tar.bz2
StyleCop fixes.
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Controllers/AuthController.cs')
-rw-r--r--projecttemplates/MvcRelyingParty/Controllers/AuthController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/MvcRelyingParty/Controllers/AuthController.cs b/projecttemplates/MvcRelyingParty/Controllers/AuthController.cs
index da0f18f..20dd8fa 100644
--- a/projecttemplates/MvcRelyingParty/Controllers/AuthController.cs
+++ b/projecttemplates/MvcRelyingParty/Controllers/AuthController.cs
@@ -8,12 +8,12 @@ namespace MvcRelyingParty.Controllers {
using System;
using System.Collections.Generic;
using System.Linq;
+ using System.Net;
using System.Web;
using System.Web.Mvc;
+ using DotNetOpenAuth.Messaging;
using DotNetOpenAuth.OpenId;
using DotNetOpenAuth.OpenId.RelyingParty;
- using System.Net;
- using DotNetOpenAuth.Messaging;
using RelyingPartyLogic;
public class AuthController : Controller {