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:48:47 +0300
committerRaja R Harinath <harinath@hurrynot.org>2007-01-30 12:48:47 +0300
commit35a34c4750ad39c1e47a1d2a69e40828e5b50087 (patch)
tree97f4c32b2eb8ac4e7910a596cc8e59be5ee50c58 /mcs/class/Mono.C5
parent9f6cdf26dd434f2d1fc47539b0fd3ffd3d8a717c (diff)
make line-endings uniform
svn path=/trunk/mcs/; revision=71946
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/C5/AssemblyInfo.cs8
-rw-r--r--mcs/class/Mono.C5/C5/Attributes.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Builtin.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Collections.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Comparer.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Delegates.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Dictionaries.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Enums.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Events.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Exceptions.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Formatting.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Hashers.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Interfaces.cs6
-rw-r--r--mcs/class/Mono.C5/C5/MappedEnumerators.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Random.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Records.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Sorting.cs6
-rw-r--r--mcs/class/Mono.C5/C5/ViewSupport.cs6
-rw-r--r--mcs/class/Mono.C5/C5/WrappedArray.cs6
-rw-r--r--mcs/class/Mono.C5/C5/Wrappers.cs6
20 files changed, 61 insertions, 61 deletions
diff --git a/mcs/class/Mono.C5/C5/AssemblyInfo.cs b/mcs/class/Mono.C5/C5/AssemblyInfo.cs
index 9fd36fa96e4..daf47af1f22 100644
--- a/mcs/class/Mono.C5/C5/AssemblyInfo.cs
+++ b/mcs/class/Mono.C5/C5/AssemblyInfo.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
@@ -75,6 +75,6 @@ using System.Runtime.CompilerServices;
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
-[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("c5.pub")]
-#endif
+[assembly: AssemblyDelaySign (true)]
+[assembly: AssemblyKeyFile ("c5.pub")]
+#endif
diff --git a/mcs/class/Mono.C5/C5/Attributes.cs b/mcs/class/Mono.C5/C5/Attributes.cs
index aa1ce008502..9b8ac872156 100644
--- a/mcs/class/Mono.C5/C5/Attributes.cs
+++ b/mcs/class/Mono.C5/C5/Attributes.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
@@ -46,5 +46,5 @@ namespace C5
[Tested]
public override string ToString() { return "Tested via " + via; }
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Builtin.cs b/mcs/class/Mono.C5/C5/Builtin.cs
index f2f19168872..a5ce3913a95 100644
--- a/mcs/class/Mono.C5/C5/Builtin.cs
+++ b/mcs/class/Mono.C5/C5/Builtin.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
@@ -184,5 +184,5 @@ namespace C5
}
#endregion
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Collections.cs b/mcs/class/Mono.C5/C5/Collections.cs
index e735b50cf57..1145a36caa8 100644
--- a/mcs/class/Mono.C5/C5/Collections.cs
+++ b/mcs/class/Mono.C5/C5/Collections.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
@@ -1519,5 +1519,5 @@ namespace C5
#endregion
}
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/Comparer.cs b/mcs/class/Mono.C5/C5/Comparer.cs
index 7d760131d9f..c8cf8a6ca10 100644
--- a/mcs/class/Mono.C5/C5/Comparer.cs
+++ b/mcs/class/Mono.C5/C5/Comparer.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
@@ -150,5 +150,5 @@ namespace C5
/// <returns>item1 &lt;=&gt; item2</returns>
public int Compare(T item1, T item2) { return cmp(item1, item2); }
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Delegates.cs b/mcs/class/Mono.C5/C5/Delegates.cs
index 1fd03a26852..30a387ee47a 100644
--- a/mcs/class/Mono.C5/C5/Delegates.cs
+++ b/mcs/class/Mono.C5/C5/Delegates.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
@@ -130,5 +130,5 @@ namespace C5
/// <returns></returns>
public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/Dictionaries.cs b/mcs/class/Mono.C5/C5/Dictionaries.cs
index fcf84c2eb71..dcb59960cae 100644
--- a/mcs/class/Mono.C5/C5/Dictionaries.cs
+++ b/mcs/class/Mono.C5/C5/Dictionaries.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
@@ -1293,5 +1293,5 @@ namespace C5
}
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Enums.cs b/mcs/class/Mono.C5/C5/Enums.cs
index 5dcd85971c1..9005ff948e5 100644
--- a/mcs/class/Mono.C5/C5/Enums.cs
+++ b/mcs/class/Mono.C5/C5/Enums.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
@@ -96,5 +96,5 @@ namespace C5
/// </summary>
Backwards
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Events.cs b/mcs/class/Mono.C5/C5/Events.cs
index ebcf5a1bbcf..b301109e7d9 100644
--- a/mcs/class/Mono.C5/C5/Events.cs
+++ b/mcs/class/Mono.C5/C5/Events.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
@@ -530,5 +530,5 @@ namespace C5
/// <param name="sender"></param>
/// <param name="eventArgs"></param>
public delegate void ItemRemovedAtHandler<T>(object sender, ItemAtEventArgs<T> eventArgs);
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Exceptions.cs b/mcs/class/Mono.C5/C5/Exceptions.cs
index ccf6c8e9988..4972e93ef2d 100644
--- a/mcs/class/Mono.C5/C5/Exceptions.cs
+++ b/mcs/class/Mono.C5/C5/Exceptions.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
@@ -242,5 +242,5 @@ namespace C5
public IncompatibleViewException(string message) : base(message) { }
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Formatting.cs b/mcs/class/Mono.C5/C5/Formatting.cs
index bc2433bd3e2..e9e61504496 100644
--- a/mcs/class/Mono.C5/C5/Formatting.cs
+++ b/mcs/class/Mono.C5/C5/Formatting.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
@@ -245,5 +245,5 @@ namespace C5
return complete;
}
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Hashers.cs b/mcs/class/Mono.C5/C5/Hashers.cs
index d759c15a9f9..a8847e362c0 100644
--- a/mcs/class/Mono.C5/C5/Hashers.cs
+++ b/mcs/class/Mono.C5/C5/Hashers.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
@@ -488,5 +488,5 @@ namespace C5.EqualityComparerBuilder
}
}
#endif
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/Interfaces.cs b/mcs/class/Mono.C5/C5/Interfaces.cs
index 46fb2e8ede0..97ae602a340 100644
--- a/mcs/class/Mono.C5/C5/Interfaces.cs
+++ b/mcs/class/Mono.C5/C5/Interfaces.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
@@ -1883,5 +1883,5 @@ namespace C5
bool Equals(T item1, T item2);
}*/
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/MappedEnumerators.cs b/mcs/class/Mono.C5/C5/MappedEnumerators.cs
index 6511a6da2d1..e8753e493ae 100644
--- a/mcs/class/Mono.C5/C5/MappedEnumerators.cs
+++ b/mcs/class/Mono.C5/C5/MappedEnumerators.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
@@ -143,5 +143,5 @@ namespace C5
get { return directedenumerable.Direction; }
}
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Random.cs b/mcs/class/Mono.C5/C5/Random.cs
index 89a8d720a5d..1893c90166e 100644
--- a/mcs/class/Mono.C5/C5/Random.cs
+++ b/mcs/class/Mono.C5/C5/Random.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
@@ -170,5 +170,5 @@ namespace C5
Array.Copy(Q, this.Q, 16);
}
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Records.cs b/mcs/class/Mono.C5/C5/Records.cs
index 5eb0df18b98..d402024b77d 100644
--- a/mcs/class/Mono.C5/C5/Records.cs
+++ b/mcs/class/Mono.C5/C5/Records.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
@@ -509,5 +509,5 @@ namespace C5
#endregion
}
}
-
-#endif
+
+#endif
diff --git a/mcs/class/Mono.C5/C5/Sorting.cs b/mcs/class/Mono.C5/C5/Sorting.cs
index c30b8a7b488..d3e9fb75fca 100644
--- a/mcs/class/Mono.C5/C5/Sorting.cs
+++ b/mcs/class/Mono.C5/C5/Sorting.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
@@ -237,5 +237,5 @@ namespace C5
}
}
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/ViewSupport.cs b/mcs/class/Mono.C5/C5/ViewSupport.cs
index b013a36c107..5550961229f 100644
--- a/mcs/class/Mono.C5/C5/ViewSupport.cs
+++ b/mcs/class/Mono.C5/C5/ViewSupport.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
@@ -99,5 +99,5 @@ namespace C5
}
#endregion
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/WrappedArray.cs b/mcs/class/Mono.C5/C5/WrappedArray.cs
index cfdf6f72add..012bfb0970e 100644
--- a/mcs/class/Mono.C5/C5/WrappedArray.cs
+++ b/mcs/class/Mono.C5/C5/WrappedArray.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
@@ -869,5 +869,5 @@ namespace C5
#endregion
}
-}
-#endif
+}
+#endif
diff --git a/mcs/class/Mono.C5/C5/Wrappers.cs b/mcs/class/Mono.C5/C5/Wrappers.cs
index ceb71882c9a..0cb5ea08bfe 100644
--- a/mcs/class/Mono.C5/C5/Wrappers.cs
+++ b/mcs/class/Mono.C5/C5/Wrappers.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
@@ -2231,5 +2231,5 @@ namespace C5
#endregion
}
-}
-#endif
+}
+#endif