fix whitespace.

This commit is contained in:
Daniel Pouzzner
2022-05-06 13:33:28 -05:00
parent 99b44f15ef
commit ccc9b1535d

View File

@ -900,7 +900,7 @@ int main(int argc, char** argv)
(void)chainSz;
#endif
}
/* check if we are done reading file */
if (packet == NULL && data == NULL && saveFile) {
break;