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:
authorRaja R Harinath <harinath@hurrynot.org>2007-01-05 15:04:24 +0300
committerRaja R Harinath <harinath@hurrynot.org>2007-01-05 15:04:24 +0300
commit9b9f08b6551de3bdf23007c44c9fdb94ec7ac677 (patch)
tree960093ed5d4998a6c56fb7d86c1583f7f9d577f5 /mcs/class/Mono.C5
parent459838e037662e7a610ab41d15a3a2a3fddb7ac3 (diff)
fix line endings, set svn:eol-style to CRLF
svn path=/trunk/mcs/; revision=70528
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/C5/linkedlists/HashedLinkedList.cs6
-rw-r--r--mcs/class/Mono.C5/C5/linkedlists/LinkedList.cs12
2 files changed, 9 insertions, 9 deletions
diff --git a/mcs/class/Mono.C5/C5/linkedlists/HashedLinkedList.cs b/mcs/class/Mono.C5/C5/linkedlists/HashedLinkedList.cs
index c0750d536bc..e21ee81a685 100644
--- a/mcs/class/Mono.C5/C5/linkedlists/HashedLinkedList.cs
+++ b/mcs/class/Mono.C5/C5/linkedlists/HashedLinkedList.cs
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0
/*
Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -3781,5 +3781,5 @@ namespace C5
}
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/linkedlists/LinkedList.cs b/mcs/class/Mono.C5/C5/linkedlists/LinkedList.cs
index 943a194f384..8a1ea500fa4 100644
--- a/mcs/class/Mono.C5/C5/linkedlists/LinkedList.cs
+++ b/mcs/class/Mono.C5/C5/linkedlists/LinkedList.cs
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0
/*
Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1879,11 +1879,11 @@ namespace C5
throw new NotAViewException("List not a view");
#pragma warning disable 472
-#if HASHINDEX
+#if HASHINDEX
if (this.offset == null) //Note: only possible with HASHINDEX
-#else
+#else
if (this.offset == 0) //Note: only possible with HASHINDEX
-#endif
+#endif
#pragma warning restore 472
{
#pragma warning disable 162
@@ -3785,5 +3785,5 @@ namespace C5
}
}
-
-#endif
+
+#endif