From: itojun Date: Thu, 15 Nov 2001 08:23:12 +0000 (+0000) Subject: indent X-Git-Tag: tcpdump-3.7.1~30 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/4069c74e126623b033ace42dd8507925aea5c24d indent --- diff --git a/print-atalk.c b/print-atalk.c index 0c6da834..2d3fccdd 100644 --- a/print-atalk.c +++ b/print-atalk.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.69 2001-09-17 21:57:55 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.70 2001-11-15 08:23:12 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -174,8 +174,8 @@ atalk_print(register const u_char *bp, u_int length) u_short snet; if (length < ddpSize) { - (void)printf(" [|ddp %d]", length); - return; + (void)printf(" [|ddp %d]", length); + return; } dp = (const struct atDDP *)bp; snet = EXTRACT_16BITS(&dp->srcNet);