From c01d8b7da1d69c71115c378d58041cb2fc53ef89 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 20 Dec 2016 20:06:53 +0100 Subject: ICMP: fix indent (use always tab) Change-Id: I939bf83ef6f6385dbad642aeef38673862c04bf0 Reviewed-on: https://code.wireshark.org/review/19363 Reviewed-by: Michael Mann --- epan/dissectors/packet-icmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-icmp.c') diff --git a/epan/dissectors/packet-icmp.c b/epan/dissectors/packet-icmp.c index ba422196a9..d86727d738 100644 --- a/epan/dissectors/packet-icmp.c +++ b/epan/dissectors/packet-icmp.c @@ -1315,7 +1315,7 @@ dissect_icmp(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* data) tvb_get_ntohs(tvb, 4), tvb_get_ntohs(tvb, 6), tvb_get_letohs(tvb, 6)); - if (iph != NULL) { + if (iph != NULL) { col_append_fstr(pinfo->cinfo, COL_INFO, ", ttl=%u", iph->ip_ttl); -- cgit v1.2.3