Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-168.cs
index 328e299bf82770d18614253e0db1f2f54b20ad32..b96a60bb190d9e87d394edef0f05326f11739f41 100644 (file)
@@ -10,7 +10,7 @@ struct X {
 
 class Test { 
 
-       static public int Main ()
+       public static int Main ()
        {
                X x = new X ();
                Console.WriteLine (x);