CRLF -> LF line endings change to all .cs files.
commitd8abcbe507383d3510ee45ed19f6503c60d7d63b
authorAndrew Arnott <andrewarnott@gmail.com>
Sat, 10 Jan 2009 05:03:29 +0000 (9 21:03 -0800)
committerAndrew <andrewarnott@gmail.com>
Sat, 10 Jan 2009 05:03:29 +0000 (9 21:03 -0800)
tree64d656b165aed099ef68881c98082d552f5af2e4
parent588d1384431e23827921124bd438569231cbdfa7
CRLF -> LF line endings change to all .cs files.
68 files changed:
samples/Consumer/App_Code/TracePageAppender.cs
samples/Consumer/TracePage.aspx.cs
samples/ConsumerWpf/App.xaml.cs
samples/ConsumerWpf/Properties/AssemblyInfo.cs
samples/ServiceProvider/App_Code/DataApi.cs
samples/ServiceProvider/App_Code/DataClasses.designer.cs
samples/ServiceProvider/App_Code/IDataApi.cs
samples/ServiceProvider/App_Code/TokenAuthorizationState.cs
samples/ServiceProvider/App_Code/TracePageAppender.cs
samples/ServiceProvider/Members/AuthorizedConsumers.aspx.cs
samples/ServiceProvider/TracePage.aspx.cs
src/DotNetOpenAuth.Test/Messaging/ChannelTests.cs
src/DotNetOpenAuth.Test/Messaging/CollectionAssert.cs
src/DotNetOpenAuth.Test/Messaging/ProtocolExceptionTests.cs
src/DotNetOpenAuth.Test/Mocks/MockOpenIdExtension.cs
src/DotNetOpenAuth.Test/Mocks/TestBaseMessage.cs
src/DotNetOpenAuth.Test/Mocks/TestMessage.cs
src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs
src/DotNetOpenAuth.Test/OpenId/DiffieHellmanTests.cs
src/DotNetOpenAuth.Test/OpenId/Extensions/SimpleRegistration/ClaimsRequestTests.cs
src/DotNetOpenAuth.Test/OpenId/Extensions/SimpleRegistration/ClaimsResponseTests.cs
src/DotNetOpenAuth.Test/OpenId/RelyingParty/OpenIdRelyingPartyTests.cs
src/DotNetOpenAuth.Test/OpenId/RelyingParty/PositiveAuthenticationResponseTests.cs
src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs
src/DotNetOpenAuth/Messaging/Bindings/ExpiredMessageException.cs
src/DotNetOpenAuth/Messaging/Bindings/StandardExpirationBindingElement.cs
src/DotNetOpenAuth/Messaging/Bindings/StandardReplayProtectionBindingElement.cs
src/DotNetOpenAuth/Messaging/Channel.cs
src/DotNetOpenAuth/Messaging/IExtensionMessage.cs
src/DotNetOpenAuth/Messaging/IMessage.cs
src/DotNetOpenAuth/Messaging/IProtocolMessage.cs
src/DotNetOpenAuth/Messaging/IProtocolMessageWithExtensions.cs
src/DotNetOpenAuth/Messaging/MessageSerializer.cs
src/DotNetOpenAuth/Messaging/ProtocolException.cs
src/DotNetOpenAuth/Messaging/Reflection/MessageDictionary.cs
src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs
src/DotNetOpenAuth/OAuth/ConsumerBase.cs
src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs
src/DotNetOpenAuth/OAuth/Messages/SignedMessageBase.cs
src/DotNetOpenAuth/OpenId/ChannelElements/BackwardCompatibilityBindingElement.cs
src/DotNetOpenAuth/OpenId/ChannelElements/ExtensionsBindingElement.cs
src/DotNetOpenAuth/OpenId/ChannelElements/IOpenIdExtensionFactory.cs
src/DotNetOpenAuth/OpenId/ChannelElements/IPrivateSecretStore.cs
src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToSignatureBindingElement.cs
src/DotNetOpenAuth/OpenId/ChannelElements/SigningBindingElement.cs
src/DotNetOpenAuth/OpenId/Extensions/AliasManager.cs
src/DotNetOpenAuth/OpenId/Extensions/ExtensionArgumentsManager.cs
src/DotNetOpenAuth/OpenId/Extensions/ExtensionBase.cs
src/DotNetOpenAuth/OpenId/Extensions/OpenIdExtensionFactory.cs
src/DotNetOpenAuth/OpenId/Extensions/SimpleRegistration/ClaimsRequest.cs
src/DotNetOpenAuth/OpenId/Extensions/SimpleRegistration/ClaimsResponse.cs
src/DotNetOpenAuth/OpenId/Extensions/SimpleRegistration/Constants.cs
src/DotNetOpenAuth/OpenId/Extensions/SimpleRegistration/DemandLevel.cs
src/DotNetOpenAuth/OpenId/Extensions/SimpleRegistration/Gender.cs
src/DotNetOpenAuth/OpenId/Messages/AssociateRequest.cs
src/DotNetOpenAuth/OpenId/Messages/AssociateSuccessfulResponse.cs
src/DotNetOpenAuth/OpenId/Messages/AssociateUnsuccessfulResponse.cs
src/DotNetOpenAuth/OpenId/Messages/CheckAuthenticationRequest.cs
src/DotNetOpenAuth/OpenId/Messages/DirectResponseBase.cs
src/DotNetOpenAuth/OpenId/Messages/IndirectResponseBase.cs
src/DotNetOpenAuth/OpenId/Messages/PositiveAssertionResponse.cs
src/DotNetOpenAuth/OpenId/Messages/RequestBase.cs
src/DotNetOpenAuth/OpenId/OpenIdUtilities.cs
src/DotNetOpenAuth/OpenId/PrivateSecretMemoryStore.cs
src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs
src/DotNetOpenAuth/Util.cs