X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-524.cs;h=b9a440fd75630a7e9513bbb17abf1afb13c47ff5;hb=6aea207dbf6f5ca8ee8249c7e9b172265d60e456;hp=78a46ec973bb0de6e2c70a0e788044e48b910d71;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mcs/tests/test-524.cs b/mcs/tests/test-524.cs index 78a46ec973b..b9a440fd756 100644 --- a/mcs/tests/test-524.cs +++ b/mcs/tests/test-524.cs @@ -1,14 +1,14 @@ -using System; -public class Foo { - public static int Main() - { - try { - lock (null) { - } - } - catch (ArgumentNullException) { - return 0; - } - return 1; - } +using System; +public class Foo { + public static int Main() + { + try { + lock (null) { + } + } + catch (ArgumentNullException) { + return 0; + } + return 1; + } } \ No newline at end of file