From 06df28748f7b9a592913b55734cb1cc05cc9f57d Mon Sep 17 00:00:00 2001 From: Brian Martin <42186431+martinb35@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:23:18 -0700 Subject: [PATCH] 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. --- winml/api/Windows.AI.MachineLearning.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winml/api/Windows.AI.MachineLearning.idl b/winml/api/Windows.AI.MachineLearning.idl index 57a09cf662..2b55fa8c7a 100644 --- a/winml/api/Windows.AI.MachineLearning.idl +++ b/winml/api/Windows.AI.MachineLearning.idl @@ -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; }; } -} \ No newline at end of file +}