summaryrefslogtreecommitdiff
path: root/print-chdlc.c
diff options
context:
space:
mode:
authoritojun <itojun>2000-04-24 12:59:39 +0000
committeritojun <itojun>2000-04-24 12:59:39 +0000
commitc9c414df15c8d4301efaa19f7f205dea9d54cf5d (patch)
treec103ed093523ccf16272ad328bea1b7db70f81d7 /print-chdlc.c
parente33442a6acb3ee483db8125277c81e7d817b81a8 (diff)
downloadtcpdump-c9c414df15c8d4301efaa19f7f205dea9d54cf5d.tar.gz
style. s/switch(/switch (/.
Diffstat (limited to 'print-chdlc.c')
-rw-r--r--print-chdlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-chdlc.c b/print-chdlc.c
index d9e7db1d..9fd3c842 100644
--- a/print-chdlc.c
+++ b/print-chdlc.c
@@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.2 1999-11-21 09:36:49 fenner Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.3 2000-04-24 12:59:39 itojun Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -111,7 +111,7 @@ chdlc_if_print(u_char *user, const struct pcap_pkthdr *h,
length -= CHDLC_HDRLEN;
ip = (struct ip *)(p + CHDLC_HDRLEN);
- switch(proto) {
+ switch (proto) {
case ETHERTYPE_IP:
ip_print((const u_char *)ip, length);
break;