Fix indentation (no tabs).

Change-Id: Ic45c0aa526e90bd51c0c501cdd349255ce0b43f5
Reviewed-on: https://code.wireshark.org/review/16621
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-07-24 01:47:15 -07:00
parent 2101af4b67
commit fff601949f
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ dissect_fraghdr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
offset += 4;
if (iph != NULL) {
if ((frag_off != 0) || frag_flg) {
if ((frag_off != 0) || frag_flg) {
reassembled = ipv6_reassemble_do(&tvb, &offset, pinfo, frag_tree, iph->ip_len - 8,
frag_off, frag_flg, frag_ident, &show_data);
if (show_data) {