Skip to content

Commit c995e07

Browse files
committed
IPv6: Fix indentation
[skip ci]
1 parent 433ad67 commit c995e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-ip6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ ip6_print(netdissect_options *ndo, const u_char *bp, u_int length)
469469
}
470470
}
471471
ip_demux_print(ndo, cp, len, 6, fragmented,
472-
GET_U_1(ip6->ip6_hlim), nh, bp);
472+
GET_U_1(ip6->ip6_hlim), nh, bp);
473473
nd_pop_packet_info(ndo);
474474
return;
475475
}

0 commit comments

Comments
 (0)