Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-181.cs
index a2d5de1d680bf3c9ba0bc9416bec6204c8e430d9..c63250e13d554268818c7594ba9758ba8cb25ffc 100644 (file)
@@ -14,7 +14,7 @@ class Test
        {
        }
 
-       static public int Main ()
+       public static int Main ()
        {
                MethodImplAttributes iflags = typeof (Test).GetMethod ("test").GetMethodImplementationFlags ();
                return ((iflags & MethodImplAttributes.Synchronized) != 0 ? 0 : 1);