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-30 12:47:17 +0300
committerRaja R Harinath <harinath@hurrynot.org>2007-01-30 12:47:17 +0300
commit9f6cdf26dd434f2d1fc47539b0fd3ffd3d8a717c (patch)
tree85f33889227f1601f15576d4550b98aa55d2741f /mcs/class/Mono.C5
parent6b305bbb08e2033e2759fe4cc7f9dfcee5e72cd4 (diff)
fix line endings
svn path=/trunk/mcs/; revision=71945
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/C5/arrays/ArrayList.cs6
-rw-r--r--mcs/class/Mono.C5/C5/arrays/CircularQueue.cs6
-rw-r--r--mcs/class/Mono.C5/C5/arrays/HashedArrayList.cs6
-rw-r--r--mcs/class/Mono.C5/C5/arrays/SortedArray.cs6
4 files changed, 12 insertions, 12 deletions
diff --git a/mcs/class/Mono.C5/C5/arrays/ArrayList.cs b/mcs/class/Mono.C5/C5/arrays/ArrayList.cs
index 64e4a4f1a48..8e9d89012de 100644
--- a/mcs/class/Mono.C5/C5/arrays/ArrayList.cs
+++ b/mcs/class/Mono.C5/C5/arrays/ArrayList.cs
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0
/*
Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft
@@ -2535,5 +2535,5 @@ namespace C5
#endregion
}
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/arrays/CircularQueue.cs b/mcs/class/Mono.C5/C5/arrays/CircularQueue.cs
index b33b5d7077d..230d81fc4b0 100644
--- a/mcs/class/Mono.C5/C5/arrays/CircularQueue.cs
+++ b/mcs/class/Mono.C5/C5/arrays/CircularQueue.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
@@ -332,5 +332,5 @@ namespace C5
return true;
}
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/arrays/HashedArrayList.cs b/mcs/class/Mono.C5/C5/arrays/HashedArrayList.cs
index 544cf9b5789..6321cb12c60 100644
--- a/mcs/class/Mono.C5/C5/arrays/HashedArrayList.cs
+++ b/mcs/class/Mono.C5/C5/arrays/HashedArrayList.cs
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0
/*
Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft
@@ -2535,5 +2535,5 @@ namespace C5
#endregion
}
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/arrays/SortedArray.cs b/mcs/class/Mono.C5/C5/arrays/SortedArray.cs
index 71df1fb67c5..7b5220fff89 100644
--- a/mcs/class/Mono.C5/C5/arrays/SortedArray.cs
+++ b/mcs/class/Mono.C5/C5/arrays/SortedArray.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
@@ -1264,5 +1264,5 @@ namespace C5
#endregion
}
-}
-#endif
+}
+#endif