From 37e45ccba85656a2d33a8c5e1e7d8cdde815badb Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 12 Apr 2017 16:44:51 -0700 Subject: Fix indentation. Change-Id: Idc3d9c40a5f8ecd0f192c289538c3303ba2b7ffe Reviewed-on: https://code.wireshark.org/review/21067 Reviewed-by: Guy Harris --- plugins/transum/decoders.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/transum/decoders.c b/plugins/transum/decoders.c index 883baa404a..77d647d54c 100644 --- a/plugins/transum/decoders.c +++ b/plugins/transum/decoders.c @@ -215,12 +215,12 @@ int decode_gtcp(packet_info *pinfo, proto_tree *tree, PKT_INFO* pkt_info) pkt_info->dstport = pinfo->destport; if (!extract_uint(tree, hf_of_interest[HF_INTEREST_TCP_LEN].hf, field_uint, &field_value_count)) { - if (field_value_count) + if (field_value_count) pkt_info->len = field_uint[0]; } if (!extract_bool(tree, hf_of_interest[HF_INTEREST_TCP_FLAGS_SYN].hf, field_bool, &field_value_count)) { - if (field_value_count) + if (field_value_count) pkt_info->tcp_flags_syn = field_bool[0]; } -- cgit v1.2.1