mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
added newline to align output
This commit is contained in:
@ -1059,6 +1059,9 @@ static int FIO_listFile(const char* inFileName, int displayLevel, unsigned fileN
|
|||||||
}
|
}
|
||||||
else if (error == 3) {
|
else if (error == 3) {
|
||||||
/* error occurred with opening the file */
|
/* error occurred with opening the file */
|
||||||
|
if (displayLevel > 2) {
|
||||||
|
DISPLAYOUT("\n");
|
||||||
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
displayInfo(inFileName, &info, displayLevel);
|
displayInfo(inFileName, &info, displayLevel);
|
||||||
|
Reference in New Issue
Block a user