added newline to align output

This commit is contained in:
Paul Cruz 2017-06-21 12:41:10 -07:00
parent 6f5fe71041
commit 5be0f5544e

View File

@ -1059,6 +1059,9 @@ static int FIO_listFile(const char* inFileName, int displayLevel, unsigned fileN
}
else if (error == 3) {
/* error occurred with opening the file */
if (displayLevel > 2) {
DISPLAYOUT("\n");
}
return 1;
}
displayInfo(inFileName, &info, displayLevel);