]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix Whitespace
authorW. Felix Handte <w@felixhandte.com>
Wed, 9 Jun 2021 19:28:12 +0000 (15:28 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Jun 2021 16:53:07 +0000 (12:53 -0400)
programs/benchzstd.c

index db051781a5930fa65d10737ee33c46e16284e9fc..72793f07ba3b16d50454269c0a15d8cf8fc98cde 100644 (file)
@@ -456,7 +456,7 @@ BMK_benchMemAdvancedNoAlloc(
 
                 {   int const ratioAccuracy = (ratio < 10.) ? 3 : 2;
                     hr_osize = UTIL_makeHumanReadableSize((U64) cSize);
-                    DISPLAYLEVEL(2, "%2s-%-17.17s : %.*f%s -> %.*f%s (%5.*f),%6.*f MB/s\r",
+                    DISPLAYLEVEL(2, "%2s-%-17.17s : %.*f%s -> %.*f%s (%5.*f), %6.*f MB/s\r",
                             marks[markNb], displayName,
                             hr_isize.precision, hr_isize.value, hr_isize.suffix,
                             hr_osize.precision, hr_osize.value, hr_osize.suffix,
@@ -481,7 +481,7 @@ BMK_benchMemAdvancedNoAlloc(
 
                 {   int const ratioAccuracy = (ratio < 10.) ? 3 : 2;
                     hr_osize = UTIL_makeHumanReadableSize((U64) cSize);
-                    DISPLAYLEVEL(2, "%2s-%-17.17s : %.*f%s -> %.*f%s (%5.*f),%6.*f MB/s ,%6.1f MB/s \r",
+                    DISPLAYLEVEL(2, "%2s-%-17.17s : %.*f%s -> %.*f%s (%5.*f), %6.*f MB/s, %6.1f MB/s \r",
                             marks[markNb], displayName,
                             hr_isize.precision, hr_isize.value, hr_isize.suffix,
                             hr_osize.precision, hr_osize.value, hr_osize.suffix,