From 6c9206b958eae22819cb1a7d9d86bcb1b0066907 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 3 Apr 2004 20:53:48 +0000 Subject: [PATCH] Small whitespace style cleanup. --- pcap-dlpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcap-dlpi.c b/pcap-dlpi.c index 47034e8..6e9392d 100644 --- a/pcap-dlpi.c +++ b/pcap-dlpi.c @@ -62,7 +62,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.99 2004-04-03 20:52:41 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.100 2004-04-03 20:53:48 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -356,7 +356,7 @@ pcap_inject_dlpi(pcap_t *p, const void *buf, size_t size) pcap_strerror(errno)); return (-1); } -#elif defined (DL_HP_RAWDLS) +#elif defined(DL_HP_RAWDLS) if (p->send_fd < 0) { snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send: Output FD couldn't be opened");