Unbreak LINT (missing curly brace).

Broken by:	gibbs
This commit is contained in:
Nick Hibma 2000-02-04 14:14:51 +00:00
parent 96ebd6d1fc
commit 3cbd7cadf5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56989

View file

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