Cosmetic: delete whitespace at end of line.

This commit is contained in:
dyoung 2010-04-28 19:51:16 +00:00
parent 09b3e2a888
commit 1211b8aa7f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_proto.h,v 1.3 2009/09/19 16:34:07 pooka Exp $ */
/* $NetBSD: bus_proto.h,v 1.4 2010/04/28 19:51:16 dyoung Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2001, 2007 The NetBSD Foundation, Inc.
@ -320,5 +320,5 @@ paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t *, int,
int bus_dmatag_subregion(bus_dma_tag_t, bus_addr_t, bus_addr_t,
bus_dma_tag_t *, int);
void bus_dmatag_destroy(bus_dma_tag_t);
#endif /* _SYS_BUS_PROTO_H_ */