]> granicus.if.org Git - libjpeg-turbo/commitdiff
TJBench.java: Remove space in method invocation
authorDRC <information@libjpeg-turbo.org>
Fri, 12 Jul 2019 22:28:55 +0000 (17:28 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 12 Jul 2019 22:29:27 +0000 (17:29 -0500)
(to make checkstyle happy)

java/TJBench.java

index cc3178eaf8d48346e9b120165b984559c531bb18..6fac4d4630005c433fff0703a883f58a4ea9600b 100644 (file)
@@ -720,7 +720,7 @@ final class TJBench {
     System.out.println("     bytes to which each row of each plane in the intermediate YUV image is");
     System.out.println("     padded (default = 1)");
     System.out.println("-scale M/N = Scale down the width/height of the decompressed JPEG image by a");
-    System.out.print  ("     factor of M/N (M/N = ");
+    System.out.print("     factor of M/N (M/N = ");
     for (i = 0; i < nsf; i++) {
       System.out.format("%d/%d", scalingFactors[i].getNum(),
                         scalingFactors[i].getDenom());