Separate cases with spaces.

All other cases in that switch statement have spaces between them; add
one before this one.
This commit is contained in:
Guy Harris 2022-10-11 22:41:18 -07:00
parent 5bc8cac5cc
commit 4653583e1e
1 changed files with 1 additions and 0 deletions

View File

@ -535,6 +535,7 @@ wtap_block_copy(wtap_block_t dest_block, wtap_block_t src_block)
case WTAP_OPTTYPE_PACKET_VERDICT:
wtap_block_add_packet_verdict_option(dest_block, src_opt->option_id, &src_opt->value.packet_verdictval);
break;
case WTAP_OPTTYPE_PACKET_HASH:
wtap_block_add_packet_hash_option(dest_block, src_opt->option_id, &src_opt->value.packet_hash);
break;