aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGtker <wireshark@gtker.com>2021-05-20 14:19:26 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-05-26 19:09:30 +0000
commit09b0e09cb8d004272d9313fe82dc2e187d9a2751 (patch)
tree10b88980536691abc85fbff29f98544d10b3607b
parentbc1fd8e5c4d1452202681f442dca81f50e72e5f9 (diff)
WOW: Fix whitespace change that was accidentally applied
-rw-r--r--epan/dissectors/packet-wow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wow.c b/epan/dissectors/packet-wow.c
index 6def5f2ea1..941a00a295 100644
--- a/epan/dissectors/packet-wow.c
+++ b/epan/dissectors/packet-wow.c
@@ -670,8 +670,8 @@ proto_register_wow(void)
{
module_t *wow_module; /* For our preferences */
- static hf_register_info hf[] = {
- { &hf_wow_command,
+ static hf_register_info hf[] = {
+ { &hf_wow_command,
{ "Command", "wow.cmd",
FT_UINT8, BASE_HEX, VALS(cmd_vs), 0,
"Type of packet", HFILL }