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

@@ -3,20 +3,20 @@ using Foundation;
namespace Facebook.Yoga.Mac.Test
{
[Register("AppDelegate")]
public class AppDelegate : NSApplicationDelegate
{
public AppDelegate()
{
}
[Register("AppDelegate")]
public class AppDelegate : NSApplicationDelegate
{
public AppDelegate()
{
}
public override void DidFinishLaunching(NSNotification notification)
{
}
public override void DidFinishLaunching(NSNotification notification)
{
}
public override void WillTerminate(NSNotification notification)
{
// Insert code here to tear down your application
}
}
public override void WillTerminate(NSNotification notification)
{
// Insert code here to tear down your application
}
}
}