This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new cac5f8b7 Remove trailing whitespace
cac5f8b7 is described below

commit cac5f8b76bac84ddcb34511f7d5530a55433a9a7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 23 08:32:04 2023 -0400

    Remove trailing whitespace
---
 .../java/org/apache/commons/imaging/formats/jpeg/decoder/Dct.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/Dct.java 
b/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/Dct.java
index 5b2b06e6..13b63d37 100644
--- a/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/Dct.java
+++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/Dct.java
@@ -101,7 +101,7 @@ final class Dct {
      * "JPEG still image data compression standard", by Pennebaker and 
Mitchell,
      * chapter 4, figure "4-8".
      *
-     * @param vector vector. 
+     * @param vector vector.
      */
     public static void forwardDct8(final float[] vector) {
         final float a00 = vector[0] + vector[7];
@@ -225,7 +225,7 @@ final class Dct {
      * easy equations and properly explains constants and scaling factors. 
Terms
      * have been inlined and the negation optimized out of existence.
      *
-     * @param vector vector. 
+     * @param vector vector.
      */
     public static void inverseDct8(final float[] vector) {
         // B1

Reply via email to