From a71bc53d62ad32cbcc057b346d5b781429c4092e Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 5 Dec 2016 23:24:52 +1100 Subject: [PATCH] Fix whitespace --- src/ImageSharp/Colors/Colorspaces/CieLab.cs | 2 +- src/ImageSharp/Formats/Jpg/Components/Block8x8F.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageSharp/Colors/Colorspaces/CieLab.cs b/src/ImageSharp/Colors/Colorspaces/CieLab.cs index d71f0b43f1..e3300f3b87 100644 --- a/src/ImageSharp/Colors/Colorspaces/CieLab.cs +++ b/src/ImageSharp/Colors/Colorspaces/CieLab.cs @@ -86,7 +86,7 @@ namespace ImageSharp // Now to LAB x /= 0.95047F; - + // y /= 1F; z /= 1.08883F; diff --git a/src/ImageSharp/Formats/Jpg/Components/Block8x8F.cs b/src/ImageSharp/Formats/Jpg/Components/Block8x8F.cs index 6fefb86965..a3f62fcefb 100644 --- a/src/ImageSharp/Formats/Jpg/Components/Block8x8F.cs +++ b/src/ImageSharp/Formats/Jpg/Components/Block8x8F.cs @@ -40,7 +40,7 @@ namespace ImageSharp.Formats public Vector4 V7R; public const int VectorCount = 16; - public const int ScalarCount = VectorCount*4; + public const int ScalarCount = VectorCount * 4; /// /// Load raw 32bit floating point data from source