added line spacing for clarity
This commit is contained in:
@@ -867,6 +867,7 @@ int FIO_listFile(const char* infilename, int displayLevel){
|
|||||||
const char* const suffixPtr = strrchr(infilename, '.');
|
const char* const suffixPtr = strrchr(infilename, '.');
|
||||||
if(!suffixPtr || strcmp(suffixPtr, ZSTD_EXTENSION)){
|
if(!suffixPtr || strcmp(suffixPtr, ZSTD_EXTENSION)){
|
||||||
DISPLAYLEVEL(1, "file %s was not compressed with zstd -- ignoring\n", infilename);
|
DISPLAYLEVEL(1, "file %s was not compressed with zstd -- ignoring\n", infilename);
|
||||||
|
DISPLAY("\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
@@ -879,6 +880,7 @@ int FIO_listFile(const char* infilename, int displayLevel){
|
|||||||
DISPLAY("Compressed Size: %.2f MB (%llu B)\n", (double)compSize/(1 MB), compSize);
|
DISPLAY("Compressed Size: %.2f MB (%llu B)\n", (double)compSize/(1 MB), compSize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
DISPLAY("\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user