X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-532.cs;h=b9a11028d5234e1909261ab533c86425edfcefcb;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=f3996c0f3128cec2cd7c7f98b4088d7a2f3f933a;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/mcs/tests/test-532.cs b/mcs/tests/test-532.cs index f3996c0f312..b9a11028d52 100644 --- a/mcs/tests/test-532.cs +++ b/mcs/tests/test-532.cs @@ -1,7 +1,7 @@ -class X { - int[] v1 = { 1, 2 }, v2 = { 2, 3}; - - public static void Main () - { - } +class X { + int[] v1 = { 1, 2 }, v2 = { 2, 3}; + + public static void Main () + { + } } \ No newline at end of file