style(9) nit.

This commit is contained in:
mux 2002-08-19 22:51:23 +00:00
parent 52d3101888
commit 5b798e0db4

View File

@ -182,7 +182,7 @@ enum pci_device_ivars {
/*
* Simplified accessors for pci devices
*/
#define PCI_ACCESSOR(var, ivar, type) \
#define PCI_ACCESSOR(var, ivar, type) \
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
PCI_ACCESSOR(subvendor, SUBVENDOR, u_int16_t)