summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-04-07 08:23:26 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-04-07 08:23:26 -0700
commit78224f3d66f84435a2a1cfe809af8b0ca255523a (patch)
treece5f43d53b0ff615c61027d0e17482ea124e7e5e /src
parent191c7e7852f2c91a2da960f0ee08c635df8347bb (diff)
downloadDotNetOpenAuth-78224f3d66f84435a2a1cfe809af8b0ca255523a.zip
DotNetOpenAuth-78224f3d66f84435a2a1cfe809af8b0ca255523a.tar.gz
DotNetOpenAuth-78224f3d66f84435a2a1cfe809af8b0ca255523a.tar.bz2
StyleCop fixes.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/Messaging/MessagingUtilities.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs b/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
index 44d6a1c..fe1e4e8 100644
--- a/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
+++ b/src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
@@ -337,7 +337,7 @@ namespace DotNetOpenAuth.Messaging {
} catch (SecurityException) {
Logger.Messaging.Warn("Unable to clone some HttpWebRequest properties due to partial trust.");
}
-
+
return newRequest;
}