kinow commented on a change in pull request #114:
URL: https://github.com/apache/commons-imaging/pull/114#discussion_r588928755



##########
File path: 
src/test/java/org/apache/commons/imaging/color/ColorConversionsTest.java
##########
@@ -116,4 +117,36 @@ public void testXYZ() {
             Debug.debug("cieluv_xyz", cieluv_xyz);
         }
     }
+
+    @Test
+    public void testRGBtoDin99b() {
+        for (final int rgb : SAMPLE_RGBS) {
+
+               final ColorXyz xyz = ColorConversions.convertRGBtoXYZ(rgb);

Review comment:
       @Brixomatic it looks like there are tabs in this file. When you update 
this PR, could you check if there are any tabs and, please, replace by spaces?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to