Change tabs to spaces in Windows.AI.MachineLearning.idl (#7088)

noticed this in a recent PR, this file has some tabs that should be spaces.
This commit is contained in:
Brian Martin 2021-03-22 09:23:18 -07:00 committed by GitHub
parent 79ba045d74
commit 06df28748f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,8 +412,8 @@ namespace ROOT_NS.AI.MachineLearning
Windows.Graphics.Imaging.BitmapAlphaMode BitmapAlphaMode{ get; };
[contract(MachineLearningContract, 5)]
{
//Specifies the nominal pixel range of pixel data.
LearningModelPixelRange PixelRange{ get; };
//Specifies the nominal pixel range of pixel data.
LearningModelPixelRange PixelRange{ get; };
}
//! The width of the image.
@ -765,4 +765,4 @@ namespace ROOT_NS.AI.MachineLearning
static ImageFeatureValue CreateFromVideoFrame(Windows.Media.VideoFrame image);
Windows.Media.VideoFrame VideoFrame{ get; };
}
}
}