Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-01-13 23:29:38 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-13 23:29:38 +0300
commit0985d4aa4be4a9286db4e36cf75e3b18a31e5ff9 (patch)
tree46b65e83cd552237e592e85486afcca719d8a9c3 /mcs/class/System.IdentityModel
parentf54652de26710952d4f80e25d87a87b346a86992 (diff)
[bcl] Remove NET_2_0 defines from the class libs. This has been done using: unifdef -t -DNET_2_0 -o <filename> <filename>.
Diffstat (limited to 'mcs/class/System.IdentityModel')
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Configuration/ICustomIdentityConfiguration.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Configuration/IdentityModelCaches.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/BinaryExchange.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/EndpointReference.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Entropy.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Lifetime.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/ProtectedKey.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestSecurityTokenResponse.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedProofToken.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedSecurityToken.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Status.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/UseKey.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/WSTrustMessage.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AudienceRestriction.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationContext.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationInformation.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/EncryptingCredentials.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/IssuerNameRegistry.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/ProofDescriptor.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenDescriptor.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandler.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerCollection.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerConfiguration.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityToken.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCache.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCacheKey.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/TokenReplayCache.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.Tokens/X509SigningCredentials.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel/CookieTransform.cs2
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel/OpenObject.cs2
31 files changed, 31 insertions, 31 deletions
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/ICustomIdentityConfiguration.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/ICustomIdentityConfiguration.cs
index 91ae5d7ec65..5d999cb9520 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/ICustomIdentityConfiguration.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/ICustomIdentityConfiguration.cs
@@ -36,4 +36,4 @@ namespace System.IdentityModel.Configuration
void LoadCustomConfiguration(XmlNodeList nodeList);
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/IdentityModelCaches.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/IdentityModelCaches.cs
index cbe68f8f053..14a1c7f33bf 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/IdentityModelCaches.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Configuration/IdentityModelCaches.cs
@@ -37,4 +37,4 @@ namespace System.IdentityModel.Configuration
public TokenReplayCache TokenReplayCache { get; set; }
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/BinaryExchange.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/BinaryExchange.cs
index 84f8f3bb775..e7efc435221 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/BinaryExchange.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/BinaryExchange.cs
@@ -50,4 +50,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/EndpointReference.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/EndpointReference.cs
index 22828af6bd7..81756083214 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/EndpointReference.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/EndpointReference.cs
@@ -61,4 +61,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Entropy.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Entropy.cs
index 4ec0c3e07ba..57647c680d5 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Entropy.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Entropy.cs
@@ -57,4 +57,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Lifetime.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Lifetime.cs
index 403b4200900..f573f9173ce 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Lifetime.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Lifetime.cs
@@ -46,4 +46,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/ProtectedKey.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/ProtectedKey.cs
index d04010538ab..df81a3822a2 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/ProtectedKey.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/ProtectedKey.cs
@@ -52,4 +52,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestSecurityTokenResponse.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestSecurityTokenResponse.cs
index f374d023a72..6efd2d918be 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestSecurityTokenResponse.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestSecurityTokenResponse.cs
@@ -52,4 +52,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedProofToken.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedProofToken.cs
index 098fe44ecf4..9d976d07f01 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedProofToken.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedProofToken.cs
@@ -54,4 +54,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedSecurityToken.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedSecurityToken.cs
index 21f2356ec01..04d2f31c4ca 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedSecurityToken.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/RequestedSecurityToken.cs
@@ -47,4 +47,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Status.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Status.cs
index d4cecc7962b..7d6d83649de 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Status.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/Status.cs
@@ -42,4 +42,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/UseKey.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/UseKey.cs
index ad75cffe623..b30caef7ef8 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/UseKey.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/UseKey.cs
@@ -54,4 +54,4 @@ namespace System.IdentityModel.Protocols.WSTrust
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/WSTrustMessage.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/WSTrustMessage.cs
index d4f6f7be8e8..e339b7208b3 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/WSTrustMessage.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Protocols/WSTrust/WSTrustMessage.cs
@@ -55,4 +55,4 @@ namespace System.IdentityModel.Protocols.WSTrust
public UseKey UseKey { get; set; }
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AudienceRestriction.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AudienceRestriction.cs
index 94dcef0fc61..610231822de 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AudienceRestriction.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AudienceRestriction.cs
@@ -48,4 +48,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationContext.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationContext.cs
index 22bb5501bfc..a89e150b464 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationContext.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationContext.cs
@@ -43,4 +43,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationInformation.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationInformation.cs
index b5aa22e8059..13879c5342f 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationInformation.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/AuthenticationInformation.cs
@@ -44,4 +44,4 @@ namespace System.Security.Claims
public String Session { get; set; }
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/EncryptingCredentials.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/EncryptingCredentials.cs
index c47d45ae79e..c73dc8273ee 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/EncryptingCredentials.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/EncryptingCredentials.cs
@@ -47,4 +47,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/IssuerNameRegistry.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/IssuerNameRegistry.cs
index ad1d2f96a57..cdfded6ea27 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/IssuerNameRegistry.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/IssuerNameRegistry.cs
@@ -52,4 +52,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/ProofDescriptor.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/ProofDescriptor.cs
index 74bcb6fa748..8afc60133fd 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/ProofDescriptor.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/ProofDescriptor.cs
@@ -38,4 +38,4 @@ namespace System.IdentityModel.Tokens
public abstract void ApplyTo (RequestSecurityTokenResponse response);
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenDescriptor.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenDescriptor.cs
index 52b8681bac0..7e0930817fe 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenDescriptor.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenDescriptor.cs
@@ -71,4 +71,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandler.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandler.cs
index 5dec724b948..7b6de3f6fcd 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandler.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandler.cs
@@ -120,4 +120,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerCollection.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerCollection.cs
index a3a3fcea8b1..1b0be5519a5 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerCollection.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerCollection.cs
@@ -194,4 +194,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerConfiguration.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerConfiguration.cs
index 00e967fe148..89f37c8c6e0 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerConfiguration.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SecurityTokenHandlerConfiguration.cs
@@ -63,4 +63,4 @@ namespace System.IdentityModel.Tokens
public StoreLocation TrustedStoreLocation { get; set; }
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityToken.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityToken.cs
index de60b68b10f..5597b8de2af 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityToken.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityToken.cs
@@ -106,4 +106,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCache.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCache.cs
index c3c8739bcda..aecc0c8057f 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCache.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCache.cs
@@ -48,4 +48,4 @@ namespace System.IdentityModel.Tokens
public abstract void RemoveAll (string endpointId, UniqueId contextId);
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCacheKey.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCacheKey.cs
index 943c75bcb94..27b6d8f4234 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCacheKey.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenCacheKey.cs
@@ -71,4 +71,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs
index 58f18fa2b71..d6f72359b4e 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/SessionSecurityTokenHandler.cs
@@ -145,4 +145,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/TokenReplayCache.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/TokenReplayCache.cs
index 9f6d4359981..468fd633f90 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/TokenReplayCache.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/TokenReplayCache.cs
@@ -49,4 +49,4 @@ namespace System.IdentityModel.Tokens
public abstract void Remove (string key);
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/X509SigningCredentials.cs b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/X509SigningCredentials.cs
index eeabc38551f..e191f40770e 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/X509SigningCredentials.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/X509SigningCredentials.cs
@@ -59,4 +59,4 @@ namespace System.IdentityModel.Tokens
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel/CookieTransform.cs b/mcs/class/System.IdentityModel/System.IdentityModel/CookieTransform.cs
index 2bd59e7f294..f310a84adba 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel/CookieTransform.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel/CookieTransform.cs
@@ -36,4 +36,4 @@ namespace System.IdentityModel
public abstract byte[] Encode (byte[] value);
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel/OpenObject.cs b/mcs/class/System.IdentityModel/System.IdentityModel/OpenObject.cs
index e6c00bf0b58..9f6b79343a4 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel/OpenObject.cs
+++ b/mcs/class/System.IdentityModel/System.IdentityModel/OpenObject.cs
@@ -39,4 +39,4 @@ namespace System.IdentityModel
public Dictionary<string, object> Properties { get { return properties; } }
}
}
-#endif \ No newline at end of file
+#endif