ICMP: fix indent (use always tab)

Change-Id: I939bf83ef6f6385dbad642aeef38673862c04bf0
Reviewed-on: https://code.wireshark.org/review/19363
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-12-20 20:06:53 +01:00 committed by Michael Mann
parent 98d350aedd
commit c01d8b7da1
1 changed files with 1 additions and 1 deletions

View File

@ -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);