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 1f0e658b Fix whitespace
1f0e658b is described below

commit 1f0e658b2b081d13d96711f7c744be7227776a73
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 2 16:43:40 2023 -0400

    Fix whitespace
---
 .../commons/imaging/examples/ApacheImagingSpeedAndMemoryTest.java    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/imaging/examples/ApacheImagingSpeedAndMemoryTest.java
 
b/src/test/java/org/apache/commons/imaging/examples/ApacheImagingSpeedAndMemoryTest.java
index 19a5688d..b4d7b324 100644
--- 
a/src/test/java/org/apache/commons/imaging/examples/ApacheImagingSpeedAndMemoryTest.java
+++ 
b/src/test/java/org/apache/commons/imaging/examples/ApacheImagingSpeedAndMemoryTest.java
@@ -152,6 +152,7 @@
  * ---------------------------------------------------------------
  */
 package org.apache.commons.imaging.examples;
+
 import java.awt.image.BufferedImage;
 import java.io.File;
 import java.io.IOException;
@@ -160,11 +161,13 @@ import java.io.PrintStream;
 import org.apache.commons.imaging.bytesource.ByteSource;
 import org.apache.commons.imaging.formats.tiff.TiffImageParser;
 import org.apache.commons.imaging.formats.tiff.TiffImagingParameters;
+
 /**
  * A "test stand" for evaluating the speed an memory use of different Apache
  * Imaging operations
  */
 public class ApacheImagingSpeedAndMemoryTest {
+
     /**
      * Create an instance of the speed and memory test class and execute a test
      * loop for the specified file.
@@ -177,6 +180,7 @@ public class ApacheImagingSpeedAndMemoryTest {
         final ApacheImagingSpeedAndMemoryTest testStand = new 
ApacheImagingSpeedAndMemoryTest();
         testStand.performTest(System.out, name);
     }
+
     /**
      * Loads the input file multiple times, measuring the time and memory use
      * for each iteration.
@@ -260,4 +264,3 @@ public class ApacheImagingSpeedAndMemoryTest {
         }
     }
 }
-

Reply via email to