From: itojun Date: Wed, 30 Oct 2002 05:29:16 +0000 (+0000) Subject: tabify X-Git-Tag: tcpdump-3.8-bp~312 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/104647e64400488574ea7d87aaba55428e54223e tabify --- diff --git a/print-gre.c b/print-gre.c index e3d2a9ed..d06339ec 100644 --- a/print-gre.c +++ b/print-gre.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.19 2002-10-30 05:11:42 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.20 2002-10-30 05:29:16 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -186,9 +186,9 @@ gre_print_0(const u_char *bp, u_int length) case GREPROTO_IP: ip_print(bp, len); break; - case GREPROTO_ISO: - isoclns_print(bp, len, len, NULL, NULL); - break; + case GREPROTO_ISO: + isoclns_print(bp, len, len, NULL, NULL); + break; default: printf("gre-proto-0x%x", prot); }