From 9b2e535452929d6f2f798a2c01b23b1f547a0b0f Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 30 May 1995 08:16:23 +0000 Subject: Remove trailing whitespace. --- sys/i386/isa/if_cx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/isa/if_cx.c') diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c index 113578be9188..f4adf100432f 100644 --- a/sys/i386/isa/if_cx.c +++ b/sys/i386/isa/if_cx.c @@ -771,7 +771,7 @@ void cxinput (cx_chan_t *c, void *buf, unsigned len) #if NBPFILTER > 0 /* * Check if there's a BPF listener on this interface. - * If so, hand off the raw packet to bpf. + * If so, hand off the raw packet to bpf. */ if (c->bpf) bpf_tap (c->bpf, buf, len); -- cgit v1.2.3