aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-10-11 22:41:18 -0700
committerGuy Harris <gharris@sonic.net>2022-10-11 22:41:18 -0700
commit4653583e1efc449617d97d0f1152a096abd00a04 (patch)
treef3ae19dd5a591f326ec61a344da511bea437ec59
parent5bc8cac5cc60912e20e01de5bc34c3dbafcde881 (diff)
Separate cases with spaces.
All other cases in that switch statement have spaces between them; add one before this one.
-rw-r--r--wiretap/wtap_opttypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap_opttypes.c b/wiretap/wtap_opttypes.c
index 60b77fd636..268d31a1d2 100644
--- a/wiretap/wtap_opttypes.c
+++ b/wiretap/wtap_opttypes.c
@@ -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;