From ad8330af72aefe5f07f79f6922fb5aa9ed209d18 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 12 Jul 2019 17:28:55 -0500 Subject: [PATCH] TJBench.java: Remove space in method invocation (to make checkstyle happy) --- java/TJBench.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/TJBench.java b/java/TJBench.java index cc3178e..6fac4d4 100644 --- a/java/TJBench.java +++ b/java/TJBench.java @@ -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()); -- 2.50.1