X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-50.cs;h=a05a554ec3ddd9f248b9d3b177d3cc781f9f2c2d;hb=1c766e70cdf25684a9820137121a886a10c78038;hp=84636e887ffd637bededd24bf3ba6e06cd629012;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/tests/test-50.cs b/mcs/tests/test-50.cs index 84636e887ff..a05a554ec3d 100644 --- a/mcs/tests/test-50.cs +++ b/mcs/tests/test-50.cs @@ -1,15 +1,15 @@ -using System; -using System.Runtime.InteropServices; - -public class Blah { - - [DllImport ("user32", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Auto)] - public static extern int MessageBox (int hWnd, string pText, string pCaption, int uType); - - public static int Main () - { - MessageBox (0, "Hello from Mono !", "PInvoke Test", 0); - - return 0; - } -} +using System; +using System.Runtime.InteropServices; + +public class Blah { + + [DllImport ("user32", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Auto)] + public static extern int MessageBox (int hWnd, string pText, string pCaption, int uType); + + public static int Main () + { + MessageBox (0, "Hello from Mono !", "PInvoke Test", 0); + + return 0; + } +}