Amend whitespace in reordercap.c

This commit is contained in:
mverkleij 2024-03-19 11:26:51 +01:00 committed by AndersBroman
parent ef64dcf328
commit e6ad1f677e
1 changed files with 4 additions and 4 deletions

View File

@ -332,7 +332,7 @@ main(int argc, char *argv[])
}
g_free(params.idb_inf);
params.idb_inf = NULL;
if (pdh == NULL) {
cfile_dump_open_failure_message(outfile, err, err_info,
wtap_file_type_subtype(wth));
@ -365,10 +365,10 @@ main(int argc, char *argv[])
ret = OUTPUT_FILE_ERROR;
goto clean_exit;
}
} else {
} else {
printf("Not writing output file because input file is already in order.\n");
/* Free frame memory */
/* Free frame memory */
for (i = 0; i < frames->len; i++) {
FrameRecord_t *frame = (FrameRecord_t *)frames->pdata[i];