Fix indentation.

Overlooked by:	n_himba@FreeBSD.org but not bde@FreeBSD.org
This commit is contained in:
Justin T. Gibbs 2000-02-04 14:25:24 +00:00
parent 3cbd7cadf5
commit 4bb38e7b78

View File

@ -209,7 +209,7 @@ adw_pci_attach(device_t dev)
regs_type = 0;
regs_id = 0;
#ifdef ADW_ALLOW_MEMIO
if ((command & PCIM_CMD_MEMEN) != 0) {
if ((command & PCIM_CMD_MEMEN) != 0) {
regs_type = SYS_RES_MEMORY;
regs_id = ADW_PCI_MEMBASE;
regs = bus_alloc_resource(dev, regs_type,