X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-37.cs;h=e5d2248ae32f4cbe7bc77009e228d94d7a368adb;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=ab1e9abbf59e2533f34cb4e1cf01897f1f6501a8;hpb=a4202659e20de2d080ca44197708ab3d0f69f04a;p=mono.git diff --git a/mcs/tests/test-anon-37.cs b/mcs/tests/test-anon-37.cs index ab1e9abbf59..e5d2248ae32 100644 --- a/mcs/tests/test-anon-37.cs +++ b/mcs/tests/test-anon-37.cs @@ -1,14 +1,14 @@ -using System; - -public class DelegateInit { - public delegate void FooDelegate(); - - public static readonly FooDelegate _print = - delegate() { - Console.WriteLine("delegate!"); - }; - - public static void Main(string[] args) { - _print(); - } +using System; + +public class DelegateInit { + public delegate void FooDelegate(); + + public static readonly FooDelegate _print = + delegate() { + Console.WriteLine("delegate!"); + }; + + public static void Main(string[] args) { + _print(); + } } \ No newline at end of file