2007-04-18 Jeffrey Stedfast <fejj@novell.com>
[mono.git] / mcs / class / Mono.C5 / C5 / Delegates.cs
index 1fd03a26852256939432bbde4f12c398de032f80..30a387ee47a840abde6af22580fbd75a61b4f8e7 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_2_0
+#if NET_2_0\r
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -130,5 +130,5 @@ namespace C5
   /// <returns></returns>\r
   public delegate R Fun<A1, A2, A3, A4, R>(A1 x1, A2 x2, A3 x3, A4 x4);\r
 }\r
-
-#endif
+\r
+#endif\r