X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-exmethod-02-lib.cs;h=17803bfada67a2d159018c6934aeb842a5d125ff;hb=785905d0f16d2f3d457ba705eb32704dcbc0711c;hp=3d219af6c271e8bca61c44b6a1e7d473f37e8c94;hpb=cc9fa96a3163b4ac0b2df0726c72963017d802d6;p=mono.git diff --git a/mcs/tests/gtest-exmethod-02-lib.cs b/mcs/tests/gtest-exmethod-02-lib.cs index 3d219af6c27..17803bfada6 100644 --- a/mcs/tests/gtest-exmethod-02-lib.cs +++ b/mcs/tests/gtest-exmethod-02-lib.cs @@ -1,11 +1,11 @@ -// Compiler options: -t:library - -using System; - -public static class Test -{ - public static string Test_1 (this string s) - { - return ":"; - } -} +// Compiler options: -t:library + +using System; + +public static class Test +{ + public static string Test_1 (this string s) + { + return ":"; + } +}