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

@@ -7,8 +7,8 @@ using CoreGraphics;
namespace Facebook.Yoga.Mac
{
// Xamarin.Mac binding projects allow you to include native libraries inside C# DLLs for easy consumption
// later. However, the binding project build files currently assume you are binding some objective-c API
// and that you need an ApiDefinition.cs for that. yoga is all C APIs, so just include this "blank" file so
// the dylib gets packaged
// Xamarin.Mac binding projects allow you to include native libraries inside C# DLLs for easy consumption
// later. However, the binding project build files currently assume you are binding some objective-c API
// and that you need an ApiDefinition.cs for that. yoga is all C APIs, so just include this "blank" file so
// the dylib gets packaged
}