Replace tabs with spaces to fit coding standard

This commit is contained in:
Chris Hamons
2017-01-06 14:29:20 -06:00
parent 6d6194a96f
commit 699839dc0e
5 changed files with 125 additions and 125 deletions

View File

@@ -2,12 +2,12 @@
namespace Facebook.Yoga.Mac.Test
{
static class MainClass
{
static void Main(string[] args)
{
NSApplication.Init();
NSApplication.Main(args);
}
}
static class MainClass
{
static void Main(string[] args)
{
NSApplication.Init();
NSApplication.Main(args);
}
}
}